mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8191132: assert condition should not be in quotes
Remove bogus double quotation marks Reviewed-by: coleenp
This commit is contained in:
parent
85dc1c0776
commit
b70a8ea0f4
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ bool ConstantPoolCacheEntry::save_and_throw_indy_exc(
|
|||
|
||||
Symbol* error = PENDING_EXCEPTION->klass()->name();
|
||||
Symbol* message = java_lang_Throwable::detail_message(PENDING_EXCEPTION);
|
||||
assert("message != NULL", "Missing detail message");
|
||||
assert(message != NULL, "Missing detail message");
|
||||
|
||||
SystemDictionary::add_resolution_error(cpool, index, error, message);
|
||||
set_indy_resolution_failed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue