< prev index next >

src/hotspot/share/classfile/verifier.cpp

Print this page

        

*** 1805,1815 **** no_control_flow = false; break; } case Bytecodes::_monitorenter : case Bytecodes::_monitorexit : { VerificationType ref = current_frame.pop_stack( ! VerificationType::reference_check(), CHECK_VERIFY(this)); no_control_flow = false; break; } case Bytecodes::_multianewarray : { index = bcs.get_index_u2(); --- 1805,1815 ---- no_control_flow = false; break; } case Bytecodes::_monitorenter : case Bytecodes::_monitorexit : { VerificationType ref = current_frame.pop_stack( ! VerificationType::nonscalar_check(), CHECK_VERIFY(this)); no_control_flow = false; break; } case Bytecodes::_multianewarray : { index = bcs.get_index_u2();
< prev index next >