src/cpu/x86/vm/macroAssembler_x86.hpp

changeset 5528
740e263c80c6
parent 5353
b800986664f4
child 5914
d13d7aba8c12
     1.1 --- a/src/cpu/x86/vm/macroAssembler_x86.hpp	Wed Aug 14 15:12:00 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/macroAssembler_x86.hpp	Thu Aug 15 20:04:10 2013 -0400
     1.3 @@ -371,6 +371,10 @@
     1.4    void cmp_narrow_klass(Register dst, Klass* k);
     1.5    void cmp_narrow_klass(Address dst, Klass* k);
     1.6  
     1.7 +  // Returns the byte size of the instructions generated by decode_klass_not_null()
     1.8 +  // when compressed klass pointers are being used.
     1.9 +  static int instr_size_for_decode_klass_not_null();
    1.10 +
    1.11    // if heap base register is used - reinit it with the correct value
    1.12    void reinit_heapbase();
    1.13  

mercurial