< prev index next >

src/hotspot/share/c1/c1_LIRAssembler.cpp

Print this page

*** 57,66 **** --- 57,67 ---- ShouldNotReachHere(); } } else if (patch->id() == PatchingStub::load_klass_id) { switch (code) { case Bytecodes::_new: + case Bytecodes::_defaultvalue: case Bytecodes::_anewarray: case Bytecodes::_multianewarray: case Bytecodes::_instanceof: case Bytecodes::_checkcast: break;
< prev index next >