< prev index next >

src/hotspot/share/adlc/formssel.cpp

Print this page

        

*** 1169,1178 **** --- 1169,1181 ---- return "MachFastLockNode"; } else if (is_ideal_nop()) { return "MachNopNode"; } + else if (is_ideal_jump()) { + return "MachJumpNode"; + } else if (is_mach_constant()) { return "MachConstantNode"; } else if (captures_bottom_type(globals)) { return "MachTypeNode";
< prev index next >