--- old/src/hotspot/share/oops/constantPool.cpp 2018-10-08 03:01:41.371255040 -0400 +++ new/src/hotspot/share/oops/constantPool.cpp 2018-10-08 03:01:39.795163969 -0400 @@ -471,7 +471,7 @@ // or any internal exception fields such as cause or stacktrace. But since the // detail message is often a class name or other literal string, we will repeat it // if we can find it in the symbol table. - throw_resolution_error(this_cp, which, CHECK_0); + throw_resolution_error(this_cp, which, CHECK_NULL); ShouldNotReachHere(); }