--- old/src/hotspot/share/interpreter/bytecodes.hpp 2018-02-15 15:33:03.000000000 -0500 +++ new/src/hotspot/share/interpreter/bytecodes.hpp 2018-02-15 15:33:03.000000000 -0500 @@ -244,15 +244,8 @@ _breakpoint = 202, // 0xca // value-type bytecodes - _vload = 203, // 0xcb - _vstore = 204, // 0xcc - _vaload = 205, // 0xcd - _vastore = 206, // 0xce - _vreturn = 207, // 0xcf - _vdefault = 208, // 0xd0 - _vwithfield = 209, // 0xd1 - _vbox = 210, // 0xd2 - _vunbox = 211, // 0xd3 + _defaultvalue = 203, // 0xcb + _withfield = 204, // 0xcc number_of_java_codes,