--- old/src/hotspot/share/opto/classes.hpp 2019-06-11 16:50:22.000000000 +0200 +++ new/src/hotspot/share/opto/classes.hpp 2019-06-11 16:50:17.000000000 +0200 @@ -60,6 +60,8 @@ macro(CastII) macro(CastX2P) macro(CastP2X) +macro(CastI2N) +macro(CastN2I) macro(CastPP) macro(Catch) macro(CatchProj) @@ -414,3 +416,4 @@ macro(LowerCase) macro(UpperCase) macro(Whitespace) +macro(GetNullFreeProperty)