diff -r 49a21be61dcd -r 2e72562697bf src/hotspot/share/oops/constantPool.cpp --- a/src/hotspot/share/oops/constantPool.cpp Tue Oct 09 20:19:22 2018 -0400 +++ b/src/hotspot/share/oops/constantPool.cpp Tue Oct 09 20:38:13 2018 -0400 @@ -472,7 +472,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(); }