diff -r 0c7040d1d1ca -r 67b55f3c45eb src/hotspot/share/oops/cpCache.cpp --- a/src/hotspot/share/oops/cpCache.cpp Wed Aug 22 13:06:33 2018 +0200 +++ b/src/hotspot/share/oops/cpCache.cpp Wed Aug 22 07:51:07 2018 -0400 @@ -477,7 +477,6 @@ Symbol* error = PENDING_EXCEPTION->klass()->name(); Symbol* message = java_lang_Throwable::detail_message(PENDING_EXCEPTION); - assert(message != NULL, "Missing detail message"); SystemDictionary::add_resolution_error(cpool, index, error, message); set_indy_resolution_failed();