src/hotspot/share/oops/cpCache.cpp
changeset 51486 67b55f3c45eb
parent 51329 9c68699bebe5
child 51491 187c84a5efe1
--- 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();