hotspot/src/share/vm/opto/node.hpp
changeset 35578 33d25acfb1fd
parent 35574 2b25eb88c8d6
child 36316 7a83de7aabca
equal deleted inserted replaced
35577:42e8dcd11c7e 35578:33d25acfb1fd
   653 
   653 
   654     DEFINE_CLASS_ID(Type,  Node, 2)
   654     DEFINE_CLASS_ID(Type,  Node, 2)
   655       DEFINE_CLASS_ID(Phi,   Type, 0)
   655       DEFINE_CLASS_ID(Phi,   Type, 0)
   656       DEFINE_CLASS_ID(ConstraintCast, Type, 1)
   656       DEFINE_CLASS_ID(ConstraintCast, Type, 1)
   657         DEFINE_CLASS_ID(CastII, ConstraintCast, 0)
   657         DEFINE_CLASS_ID(CastII, ConstraintCast, 0)
   658       DEFINE_CLASS_ID(CheckCastPP, Type, 2)
   658         DEFINE_CLASS_ID(CheckCastPP, ConstraintCast, 1)
   659       DEFINE_CLASS_ID(CMove, Type, 3)
   659       DEFINE_CLASS_ID(CMove, Type, 3)
   660       DEFINE_CLASS_ID(SafePointScalarObject, Type, 4)
   660       DEFINE_CLASS_ID(SafePointScalarObject, Type, 4)
   661       DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5)
   661       DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5)
   662         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   662         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   663         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)
   663         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)