hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 20289 35d78de0c547
parent 20288 e2d549f40de9
child 20290 2127dc70bce9
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Sep 26 12:07:53 2013 -0700
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Sep 27 08:39:19 2013 +0200
@@ -176,6 +176,7 @@
 #include "opto/loopnode.hpp"
 #include "opto/machnode.hpp"
 #include "opto/matcher.hpp"
+#include "opto/mathexactnode.hpp"
 #include "opto/mulnode.hpp"
 #include "opto/phaseX.hpp"
 #include "opto/parse.hpp"
@@ -1927,6 +1928,9 @@
   declare_c2_type(CmpF3Node, CmpFNode)                                    \
   declare_c2_type(CmpDNode, CmpNode)                                      \
   declare_c2_type(CmpD3Node, CmpDNode)                                    \
+  declare_c2_type(MathExactNode, MultiNode)                               \
+  declare_c2_type(AddExactINode, MathExactNode)                           \
+  declare_c2_type(FlagsProjNode, ProjNode)                                \
   declare_c2_type(BoolNode, Node)                                         \
   declare_c2_type(AbsNode, Node)                                          \
   declare_c2_type(AbsINode, AbsNode)                                      \