mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8016325: JVM hangs verifying system dictionary
Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
This commit is contained in:
parent
196c8abc3d
commit
39a1c1d6c2
24 changed files with 30 additions and 68 deletions
|
@ -48,8 +48,6 @@ void CompiledICHolder::print_value_on(outputStream* st) const {
|
|||
// Verification
|
||||
|
||||
void CompiledICHolder::verify_on(outputStream* st) {
|
||||
guarantee(holder_method()->is_metadata(), "should be in metaspace");
|
||||
guarantee(holder_method()->is_method(), "should be method");
|
||||
guarantee(holder_klass()->is_metadata(), "should be in metaspace");
|
||||
guarantee(holder_klass()->is_klass(), "should be klass");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue