mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
Keep the rest of the code.
This commit is contained in:
parent
160ad10e7d
commit
1ecae607ff
@ -190,9 +190,8 @@ bool Verifier::verify(InstanceKlass* klass, bool should_verify_class, TRAPS) {
|
||||
// effect (sic!) for external_name(), but instead of doing that, we opt to
|
||||
// explicitly push the hashcode in here. This is signify the following block
|
||||
// is IMPORTANT:
|
||||
if (klass->java_mirror() != nullptr) {
|
||||
klass->java_mirror()->identity_hash();
|
||||
}
|
||||
assert(klass->java_mirror() != nullptr, "must be");
|
||||
klass->java_mirror()->identity_hash();
|
||||
|
||||
if (!is_eligible_for_verification(klass, should_verify_class)) {
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user