[master] RFR: Fix CompressedClassPointersEncodingScheme for aarch64 with -UseCOH

Thomas Stuefe stuefe at openjdk.org
Tue Apr 23 18:04:01 UTC 2024


There had been two errors.

- the literal was missing the L to make it long
- the first test that tests mapping below the 32g boundary was using a far too low address.

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

Commit messages:
 - fix CompressedClassPointersEncodingScheme for aarch64 with -UseCOH

Changes: https://git.openjdk.org/lilliput/pull/164/files
  Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=164&range=00
  Stats: 5 lines in 1 file changed: 2 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/lilliput/pull/164.diff
  Fetch: git fetch https://git.openjdk.org/lilliput.git pull/164/head:pull/164

PR: https://git.openjdk.org/lilliput/pull/164


More information about the lilliput-dev mailing list