--- old/src/hotspot/share/runtime/vmStructs.cpp 2018-04-05 11:42:03.202745514 +0200 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2018-04-05 11:41:59.068759501 +0200 @@ -1112,6 +1112,8 @@ c2_nonstatic_field(MachIfNode, _prob, jfloat) \ c2_nonstatic_field(MachIfNode, _fcnt, jfloat) \ \ + c2_nonstatic_field(MachJumpNode, _probs, jfloat*) \ + \ c2_nonstatic_field(CallNode, _entry_point, address) \ \ c2_nonstatic_field(CallJavaNode, _method, ciMethod*) \ @@ -1848,6 +1850,7 @@ declare_c2_type(MachNullCheckNode, MachIdealNode) \ declare_c2_type(MachProjNode, ProjNode) \ declare_c2_type(MachIfNode, MachNode) \ + declare_c2_type(MachJumpNode, MachNode) \ declare_c2_type(MachFastLockNode, MachNode) \ declare_c2_type(MachReturnNode, MachNode) \ declare_c2_type(MachSafePointNode, MachReturnNode) \