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

src/share/vm/compiler/methodLiveness.cpp

Print this page

        

*** 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