src/share/vm/interpreter/bytecodes.hpp

changeset 1957
136b78722a08
parent 1934
e9ff18c4ace7
child 2314
f95d63e2154a
equal deleted inserted replaced
1940:49fac4acd688 1957:136b78722a08
268 268
269 _fast_invokevfinal , 269 _fast_invokevfinal ,
270 _fast_linearswitch , 270 _fast_linearswitch ,
271 _fast_binaryswitch , 271 _fast_binaryswitch ,
272 272
273 // special handling of oop constants:
274 _fast_aldc ,
275 _fast_aldc_w ,
276
273 _return_register_finalizer , 277 _return_register_finalizer ,
274 278
275 _shouldnotreachhere, // For debugging 279 _shouldnotreachhere, // For debugging
276 280
277 // Platform specific JVM bytecodes 281 // Platform specific JVM bytecodes

mercurial