RFR: 8357064: cds/appcds/ArchiveRelocationTest.java failed with missing expected output

Calvin Cheung ccheung at openjdk.org
Tue Jul 1 17:40:48 UTC 2025


The `cds/appcds/ArchiveRelocationTest.java` test failed intermittently on Windows when the "Failed to reserve spaces" error occurred. A fix is to relax the check of the expected output; just to check either one of the expected output exists.

Testing: ran the "hotspot_runtime" test group 60 times on Windows with the `-XX:+UseParallelGC -XX:+UseNUMA` VM options.

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

Commit messages:
 - 8357064: cds/appcds/ArchiveRelocationTest.java failed with missing expected output

Changes: https://git.openjdk.org/jdk/pull/26075/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26075&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8357064
  Stats: 6 lines in 1 file changed: 4 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/26075.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26075/head:pull/26075

PR: https://git.openjdk.org/jdk/pull/26075


More information about the hotspot-runtime-dev mailing list