diff -r e92b3d8118f1 -r 6b2aecc4f7d8 hotspot/src/share/vm/interpreter/bytecodes.hpp --- a/hotspot/src/share/vm/interpreter/bytecodes.hpp Mon Jun 07 14:17:01 2010 -0700 +++ b/hotspot/src/share/vm/interpreter/bytecodes.hpp Wed Jun 09 18:50:45 2010 -0700 @@ -270,6 +270,10 @@ _fast_linearswitch , _fast_binaryswitch , + // special handling of oop constants: + _fast_aldc , + _fast_aldc_w , + _return_register_finalizer , _shouldnotreachhere, // For debugging