src/share/vm/compiler/methodLiveness.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/compiler/methodLiveness.cpp	Tue Dec 20 14:34:23 2016
--- new/src/share/vm/compiler/methodLiveness.cpp	Tue Dec 20 14:34:23 2016

*** 804,813 **** --- 804,815 ---- case Bytecodes::_monitorexit: case Bytecodes::_ifnull: case Bytecodes::_ifnonnull: case Bytecodes::_multianewarray: case Bytecodes::_lookupswitch: + case Bytecodes::_vbox: + case Bytecodes::_vunbox: // These bytecodes have no effect on the method's locals. break; case Bytecodes::_return: if (instruction->method()->intrinsic_id() == vmIntrinsics::_Object_init) {

src/share/vm/compiler/methodLiveness.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File