Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8343590 | 8u451 | Kavya K S | P3 | Resolved | Fixed | b01 |
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:165)
at RangeCheck.main(RangeCheck.java:49)
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'assert\\(byte_offset < p_size\\) failed: Unsafe access: offset \\d+ > object's size \\d+' missing from stdout/stderr
JavaTest Message: shutting down test
JDK-8047939 recently changed this test (regression ?)
at com.oracle.java.testlibrary.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:165)
at RangeCheck.main(RangeCheck.java:49)
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'assert\\(byte_offset < p_size\\) failed: Unsafe access: offset \\d+ > object's size \\d+' missing from stdout/stderr
JavaTest Message: shutting down test
- backported by
-
JDK-8343590 [TESTBUG] runtime/Unsafe/RangeCheck.java fails with -Xcomp
-
- Resolved
-
- duplicates
-
JDK-8048932 runtime/Unsafe/RangeCheck.java crashes with SIGBUS on sparc
-
- Closed
-
- relates to
-
JDK-8047939 [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh
-
- Closed
-
- links to
-
Review openjdk/jdk8u-dev/289