hotspot/src/share/vm/opto/node.hpp
changeset 35578 33d25acfb1fd
parent 35574 2b25eb88c8d6
child 36316 7a83de7aabca
--- a/hotspot/src/share/vm/opto/node.hpp	Tue Jan 12 14:55:15 2016 +0000
+++ b/hotspot/src/share/vm/opto/node.hpp	Mon Jan 18 21:34:28 2016 +0100
@@ -655,7 +655,7 @@
       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(CheckCastPP, ConstraintCast, 1)
       DEFINE_CLASS_ID(CMove, Type, 3)
       DEFINE_CLASS_ID(SafePointScalarObject, Type, 4)
       DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5)