Integrated: 8353129: CDS ArchiveRelocation tests fail after JDK-8325132

Calvin Cheung ccheung at openjdk.org
Tue Apr 1 16:46:28 UTC 2025


On Sat, 29 Mar 2025 02:47:53 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> Two archive relocation tests failed when `-XX:ArchiveRelocationMode=0` is specified via the jtreg `-javaoption`.
> A fix is to add a `WhiteBox.getArchiveRelocationMode()` method so that the tests can check if the `ArchiveRelocationMode` is set to 0 before checking the expected output.
> 
> Passed tiers 1 - 4 testing.

This pull request has now been integrated.

Changeset: 6a46d554
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6a46d554c7434fd10aade2d2b17d0ad4cad83979
Stats:     7 lines in 2 files changed: 2 ins; 0 del; 5 mod

8353129: CDS ArchiveRelocation tests fail after JDK-8325132

Reviewed-by: iklam, dholmes

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

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


More information about the hotspot-dev mailing list