The diagnostic flag VerifyArchivedFields verifies the heap multiple times during VM bootstrap. It's supposed to find problems when heap corruptions when loading the CDS archive.
We added this option to almost all CDS tests by default, but this is rather costly and has not found any bugs for quite a while now.
Proposal:
Do not add this flag by default. There's still one test case that explicitly runs with this flag so we have some coverage already.
When running all the CDS tests, this RFE can reduce the elapsed time by about 10%.
We added this option to almost all CDS tests by default, but this is rather costly and has not found any bugs for quite a while now.
Proposal:
Do not add this flag by default. There's still one test case that explicitly runs with this flag so we have some coverage already.
When running all the CDS tests, this RFE can reduce the elapsed time by about 10%.
- links to
-
Commit(master) openjdk/jdk/15601b47
-
Review(master) openjdk/jdk/26915