--- old/src/share/vm/oops/generateOopMap.cpp 2017-02-06 13:28:15.076387472 +0100 +++ new/src/share/vm/oops/generateOopMap.cpp 2017-02-06 13:28:15.008387475 +0100 @@ -1391,7 +1391,9 @@ case Bytecodes::_new: ppush1(CellTypeState::make_line_ref(itr->bci())); break; - case Bytecodes::_vnew: ppush1(CellTypeState::make_line_valuetype(itr->bci())); + case Bytecodes::_vnew: + case Bytecodes::_vdefault: + case Bytecodes::_vwithfield: ppush1(CellTypeState::make_line_valuetype(itr->bci())); break; case Bytecodes::_iconst_m1: