--- old/src/hotspot/share/adlc/formssel.cpp 2018-03-28 09:35:57.314121252 +0200 +++ new/src/hotspot/share/adlc/formssel.cpp 2018-03-28 09:35:52.125143460 +0200 @@ -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"; }