comparison src/share/vm/interpreter/bytecodes.hpp @ 1602:136b78722a08

6939203: JSR 292 needs method handle constants Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
author jrose
date Wed, 09 Jun 2010 18:50:45 -0700
parents e9ff18c4ace7
children f95d63e2154a
comparison
equal deleted inserted replaced
1585:49fac4acd688 1602: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