RFR: 8313638: Add test for dump of resolved references
Matias Saavedra Silva
matsaave at openjdk.org
Tue Sep 12 16:45:19 UTC 2023
The change in [JDK-8306582](https://bugs.openjdk.org/browse/JDK-8306582) revealed that the state of the resolved references array is not checked in the CDS archive. This patch adds a test to ensure that the resolved references array is correct whether the application is archived or not.
-------------
Commit messages:
- 8313638: Add test for dump of resolved references
Changes: https://git.openjdk.org/jdk/pull/15686/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15686&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8313638
Stats: 198 lines in 5 files changed: 198 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/15686.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15686/head:pull/15686
PR: https://git.openjdk.org/jdk/pull/15686
More information about the hotspot-dev
mailing list