src/cpu/sparc/vm/macroAssembler_sparc.hpp

changeset 5528
740e263c80c6
parent 5290
87a6f2df28e2
child 6876
710a3c8b516e
child 8997
f8a45a60bc6b
     1.1 --- a/src/cpu/sparc/vm/macroAssembler_sparc.hpp	Wed Aug 14 15:12:00 2013 -0700
     1.2 +++ b/src/cpu/sparc/vm/macroAssembler_sparc.hpp	Thu Aug 15 20:04:10 2013 -0400
     1.3 @@ -1177,6 +1177,9 @@
     1.4    void push_CPU_state();
     1.5    void pop_CPU_state();
     1.6  
     1.7 +  // Returns the byte size of the instructions generated by decode_klass_not_null().
     1.8 +  static int instr_size_for_decode_klass_not_null();
     1.9 +
    1.10    // if heap base register is used - reinit it with the correct value
    1.11    void reinit_heapbase();
    1.12  

mercurial