changeset 19319 | 0ad35be0733a |
parent 18104 | 590c10f73634 |
child 25714 | 87fa6860b5ae |
--- a/hotspot/src/cpu/sparc/vm/macroAssembler_sparc.hpp Wed Aug 14 15:12:00 2013 -0700 +++ b/hotspot/src/cpu/sparc/vm/macroAssembler_sparc.hpp Thu Aug 15 20:04:10 2013 -0400 @@ -1177,6 +1177,9 @@ void push_CPU_state(); void pop_CPU_state(); + // Returns the byte size of the instructions generated by decode_klass_not_null(). + static int instr_size_for_decode_klass_not_null(); + // if heap base register is used - reinit it with the correct value void reinit_heapbase();