src/share/vm/opto/node.hpp

changeset 8476
94ec11846b18
parent 7564
9df0d8f65fea
child 8478
c42cb5db3601
     1.1 --- a/src/share/vm/opto/node.hpp	Sun Jan 31 10:07:50 2016 -0800
     1.2 +++ b/src/share/vm/opto/node.hpp	Wed Jan 27 09:02:51 2016 +0100
     1.3 @@ -54,6 +54,7 @@
     1.4  class CatchNode;
     1.5  class CatchProjNode;
     1.6  class CheckCastPPNode;
     1.7 +class CastIINode;
     1.8  class ClearArrayNode;
     1.9  class CmpNode;
    1.10  class CodeBuffer;
    1.11 @@ -597,6 +598,7 @@
    1.12      DEFINE_CLASS_ID(Type,  Node, 2)
    1.13        DEFINE_CLASS_ID(Phi,   Type, 0)
    1.14        DEFINE_CLASS_ID(ConstraintCast, Type, 1)
    1.15 +        DEFINE_CLASS_ID(CastII, ConstraintCast, 0)
    1.16        DEFINE_CLASS_ID(CheckCastPP, Type, 2)
    1.17        DEFINE_CLASS_ID(CMove, Type, 3)
    1.18        DEFINE_CLASS_ID(SafePointScalarObject, Type, 4)
    1.19 @@ -721,6 +723,7 @@
    1.20    DEFINE_CLASS_QUERY(Catch)
    1.21    DEFINE_CLASS_QUERY(CatchProj)
    1.22    DEFINE_CLASS_QUERY(CheckCastPP)
    1.23 +  DEFINE_CLASS_QUERY(CastII)
    1.24    DEFINE_CLASS_QUERY(ConstraintCast)
    1.25    DEFINE_CLASS_QUERY(ClearArray)
    1.26    DEFINE_CLASS_QUERY(CMove)

mercurial