< prev index next >

src/hotspot/share/interpreter/bytecodes.hpp

Print this page

        

*** 242,260 **** _goto_w = 200, // 0xc8 _jsr_w = 201, // 0xc9 _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 number_of_java_codes, // JVM bytecodes _fast_agetfield = number_of_java_codes, --- 242,253 ---- _goto_w = 200, // 0xc8 _jsr_w = 201, // 0xc9 _breakpoint = 202, // 0xca // value-type bytecodes ! _defaultvalue = 203, // 0xcb ! _withfield = 204, // 0xcc number_of_java_codes, // JVM bytecodes _fast_agetfield = number_of_java_codes,
< prev index next >