--- old/src/hotspot/share/compiler/methodLiveness.cpp 2019-03-11 14:25:49.006355392 +0100 +++ new/src/hotspot/share/compiler/methodLiveness.cpp 2019-03-11 14:25:48.802355395 +0100 @@ -478,6 +478,8 @@ case Bytecodes::_goto_w: case Bytecodes::_aconst_null: case Bytecodes::_new: + case Bytecodes::_defaultvalue: + case Bytecodes::_withfield: case Bytecodes::_iconst_m1: case Bytecodes::_iconst_0: case Bytecodes::_iconst_1: