< prev index next >

src/share/vm/opto/node.hpp

Print this page

        

*** 52,61 **** --- 52,62 ---- class CallRuntimeNode; class CallStaticJavaNode; class CatchNode; class CatchProjNode; class CheckCastPPNode; + class CastIINode; class ClearArrayNode; class CmpNode; class CodeBuffer; class ConstraintCastNode; class ConNode;
*** 601,610 **** --- 602,612 ---- 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)
*** 725,734 **** --- 727,737 ---- 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 >