-
Bug
-
Resolution: Duplicate
-
P3
-
9
-
team
It seems the test didn't get the expected assert:
java.lang.RuntimeException: 'assert\\(byte_offset < p_size\\) failed: Unsafe access: offset \\d+ > object's size \\d+' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:225)
at RangeCheck.main(RangeCheck.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
java.lang.RuntimeException: 'assert\\(byte_offset < p_size\\) failed: Unsafe access: offset \\d+ > object's size \\d+' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:225)
at RangeCheck.main(RangeCheck.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
- duplicates
-
JDK-8074354 Make CreateMinidumpOnCrash a new name and available on all platforms
-
- Resolved
-