mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -440,7 +440,6 @@ void ConstMethod::collect_statistics(KlassSizeStats *sz) const {
|
|||
|
||||
void ConstMethod::verify_on(outputStream* st) {
|
||||
guarantee(is_constMethod(), "object must be constMethod");
|
||||
guarantee(is_metadata(), err_msg("Should be metadata " PTR_FORMAT, this));
|
||||
|
||||
// Verification can occur during oop construction before the method or
|
||||
// other fields have been initialized.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue