RFR: 8370797: Test runtime/ErrorHandling/AccessZeroNKlassHitsProtectionZone.java failed on macos 26

Ioi Lam iklam at openjdk.org
Wed Oct 29 04:35:41 UTC 2025


The test expects output like this


CompressedClassSpaceBaseAddress=0x0000000b00000000 given, but reserving class space failed.


But the actual output is:


CompressedClassSpaceBaseAddress=0x0000000d00000000 given with shift 6, cannot be used to encode class pointers

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

Commit messages:
 - 8370797: Test runtime/ErrorHandling/AccessZeroNKlassHitsProtectionZone.java failed on macos 26

Changes: https://git.openjdk.org/jdk/pull/28035/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28035&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8370797
  Stats: 27 lines in 2 files changed: 25 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/28035.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28035/head:pull/28035

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


More information about the hotspot-runtime-dev mailing list