We see the following error on ppc64 :
java.lang.RuntimeException: 'Narrow klass shift: 0' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:221)
at CompressedClassPointers.largeHeapAbove32GTest(CompressedClassPointers.java:130)
This seems to be related to the issue discussed here https://bugs.openjdk.org/browse/JDK-8283249
java.lang.RuntimeException: 'Narrow klass shift: 0' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:221)
at CompressedClassPointers.largeHeapAbove32GTest(CompressedClassPointers.java:130)
This seems to be related to the issue discussed here https://bugs.openjdk.org/browse/JDK-8283249
- relates to
-
JDK-8283249 CompressedClassPointers.java fails on ppc with 'Narrow klass shift: 0' missing
-
- Resolved
-