jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8262895: [macos_aarch64] runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr

Open amosshi opened this issue 1 year ago • 6 comments
trafficstars

Backport of JDK-8262895

Testing

  • Local: Test passed on MacOS 14.6.1 on Apple M1 Max
    • Passed: runtime/CompressedOops/CompressedClassSpaceSize.java
    • Passed: runtime/CompressedOops/CompressedKlassPointerAndOops.java
    • Passed: runtime/CompressedOops/ObjectAlignment.java
    • Passed: runtime/CompressedOops/UseCompressedOops.java
  • Pipeline:
  • Testing Machine:

Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8262895 needs maintainer approval

Issue

  • JDK-8262895: [macos_aarch64] runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2825/head:pull/2825
$ git checkout pull/2825

Update a local copy of the PR:
$ git checkout pull/2825
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2825/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2825

View PR using the GUI difftool:
$ git pr show -t 2825

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2825.diff

Webrev

Link to Webrev Comment

amosshi avatar Aug 27 '24 00:08 amosshi