RFR: 8258732: runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java fails [v2]

Calvin Cheung ccheung at openjdk.java.net
Fri Feb 5 00:03:55 UTC 2021


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2415/files
  - new: https://git.openjdk.java.net/jdk/pull/2415/files/dd802cad..752471fd

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2415&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2415&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2415.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2415/head:pull/2415

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


More information about the hotspot-runtime-dev mailing list