mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8360403: Disable constant pool ID assert during troubleshooting
Reviewed-by: egahlin
This commit is contained in:
parent
f8de5bc582
commit
cbcf401170
@ -77,7 +77,7 @@ final class ConstantMap {
|
||||
if (id != 0) {
|
||||
String msg = "Missing object ID " + id + " in pool " + getName() + ". All IDs should reference an object";
|
||||
Logger.log(LogTag.JFR_SYSTEM_PARSER, LogLevel.INFO, msg);
|
||||
assert false : msg;
|
||||
// assert false : msg;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user