src/cpu/sparc/vm/interp_masm_sparc.hpp

changeset 2438
dd031b2226de
parent 2314
f95d63e2154a
child 3050
fdb992d83a87
     1.1 --- a/src/cpu/sparc/vm/interp_masm_sparc.hpp	Mon Jan 10 03:58:07 2011 -0800
     1.2 +++ b/src/cpu/sparc/vm/interp_masm_sparc.hpp	Mon Jan 10 18:46:29 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -269,12 +269,11 @@
    1.11  
    1.12  #ifndef CC_INTERP
    1.13    // Interpreter profiling operations
    1.14 -  void set_method_data_pointer() { set_method_data_pointer_offset(noreg); }
    1.15 +  void set_method_data_pointer();
    1.16    void set_method_data_pointer_for_bcp();
    1.17 -  void set_method_data_pointer_offset(Register mdi_reg);
    1.18    void test_method_data_pointer(Label& zero_continue);
    1.19    void verify_method_data_pointer();
    1.20 -  void test_invocation_counter_for_mdp(Register invocation_count, Register cur_bcp, Register Rtmp, Label &profile_continue);
    1.21 +  void test_invocation_counter_for_mdp(Register invocation_count, Register Rtmp, Label &profile_continue);
    1.22  
    1.23    void set_mdp_data_at(int constant, Register value);
    1.24    void increment_mdp_data_at(Address counter, Register bumped_count,

mercurial