--- old/src/cpu/x86/vm/macroAssembler_x86.hpp 2013-08-15 09:47:56.122051000 -0400 +++ new/src/cpu/x86/vm/macroAssembler_x86.hpp 2013-08-15 09:47:54.538278000 -0400 @@ -371,6 +371,10 @@ void cmp_narrow_klass(Register dst, Klass* k); void cmp_narrow_klass(Address dst, Klass* k); + // Returns the byte size of the instructions generated by decode_klass_not_null() + // when compressed klass pointers are being used. + static int instr_size_for_decode_klass_not_null(); + // if heap base register is used - reinit it with the correct value void reinit_heapbase();