RFR: 8258732: runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java fails [v2]
Ioi Lam
iklam at openjdk.java.net
Fri Feb 5 06:03:41 UTC 2021
On Fri, 5 Feb 2021 00:03:55 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.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>
> merge unmapRgn0Prefix with unmapRgn0Pattern
Marked as reviewed by iklam (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/2415
More information about the hotspot-runtime-dev
mailing list