src/hotspot/share/adlc/formssel.cpp
changeset 49877 d84f06a0cae1
parent 49384 b242a1e3f9cf
child 50525 767cdb97f103
--- a/src/hotspot/share/adlc/formssel.cpp	Tue Apr 24 12:20:10 2018 -0700
+++ b/src/hotspot/share/adlc/formssel.cpp	Tue Apr 24 15:07:20 2018 -0700
@@ -1171,6 +1171,9 @@
   else if (is_ideal_nop()) {
     return "MachNopNode";
   }
+  else if (is_ideal_jump()) {
+    return "MachJumpNode";
+  }
   else if (is_mach_constant()) {
     return "MachConstantNode";
   }