Integrated: 8258732: runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java fails

Calvin Cheung ccheung at openjdk.java.net
Fri Feb 5 17:26:41 UTC 2021


On Thu, 4 Feb 2021 22:24:46 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> On Windows, sometimes the OS picks 0x0000000800000000 as the requested archive base address. This resulting in runtime relocation won't happen. The test expects the `Unmapping region #3` output trace which won't be there if there no relocation. The fix is to adjust the test to look for another output trace in case the matching of the original trace has failed.
> 
> Testing: tier 1 - 4.
> Also ran the test 50 times with tier4 vm options on Windows.

This pull request has now been integrated.

Changeset: 02189171
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/02189171
Stats:     20 lines in 1 file changed: 13 ins; 0 del; 7 mod

8258732: runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java fails

Reviewed-by: minqi, iklam

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

PR: https://git.openjdk.java.net/jdk/pull/2415


More information about the hotspot-runtime-dev mailing list