java.lang.RuntimeException: 'The shared archive file's ObjectAlignmentInBytes of 64 does not equal the current ObjectAlignmentInBytes of 32' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at CdsDifferentObjectAlignment.createAndLoadSharedArchive(CdsDifferentObjectAlignment.java:85)
at CdsDifferentObjectAlignment.main(CdsDifferentObjectAlignment.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'The shared archive file's ObjectAlignmentInBytes of 64 does not equal the current ObjectAlignmentInBytes of 32' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at CdsDifferentObjectAlignment.createAndLoadSharedArchive(CdsDifferentObjectAlignment.java:85)
at CdsDifferentObjectAlignment.main(CdsDifferentObjectAlignment.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'The shared archive file's ObjectAlignmentInBytes of 64 does not equal the current ObjectAlignmentInBytes of 32' missing from stdout/stderr
- relates to
-
JDK-8026154 [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java failed due to exception
-
- Closed
-