RFR: 8313638: Add test for dump of resolved references [v4]

Matias Saavedra Silva matsaave at openjdk.org
Wed Sep 13 18:59:28 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.

Matias Saavedra Silva has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:

 - Merge branch 'master' into resolved_ref_test_8313638
 - Removed redundant comment
 - Ioi Comments
 - Fixed spacing
 - Calvin comments
 - 8313638: Add test for dump of resolved references

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/15686/files
  - new: https://git.openjdk.org/jdk/pull/15686/files/99c18a91..3e0e31aa

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15686&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15686&range=02-03

  Stats: 24114 lines in 1381 files changed: 11749 ins; 8317 del; 4048 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