< prev index next >

src/share/vm/opto/node.hpp

Print this page

        

*** 49,58 **** --- 49,59 ---- class CallJavaNode; class CallLeafNode; class CallNode; class CallRuntimeNode; class CallStaticJavaNode; + class CastIINode; class CatchNode; class CatchProjNode; class CheckCastPPNode; class ClearArrayNode; class CmpNode;
*** 651,660 **** --- 652,662 ---- DEFINE_CLASS_ID(MachMerge, Mach, 6) DEFINE_CLASS_ID(Type, Node, 2) DEFINE_CLASS_ID(Phi, Type, 0) DEFINE_CLASS_ID(ConstraintCast, Type, 1) + DEFINE_CLASS_ID(CastII, ConstraintCast, 0) DEFINE_CLASS_ID(CheckCastPP, Type, 2) DEFINE_CLASS_ID(CMove, Type, 3) DEFINE_CLASS_ID(SafePointScalarObject, Type, 4) DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5) DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
*** 782,791 **** --- 784,794 ---- DEFINE_CLASS_QUERY(CallRuntime) DEFINE_CLASS_QUERY(CallStaticJava) DEFINE_CLASS_QUERY(Catch) DEFINE_CLASS_QUERY(CatchProj) DEFINE_CLASS_QUERY(CheckCastPP) + DEFINE_CLASS_QUERY(CastII) DEFINE_CLASS_QUERY(ConstraintCast) DEFINE_CLASS_QUERY(ClearArray) DEFINE_CLASS_QUERY(CMove) DEFINE_CLASS_QUERY(Cmp) DEFINE_CLASS_QUERY(CountedLoop)
< prev index next >