-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
9
Nightly failure runtime/Unsafe/RangeCheck.java
# Internal Error (hotspot/src/share/vm/prims/unsafe.cpp:113), pid=22706, tid=22707
# assert(byte_offset < p_size) failed: Unsafe access: offset 32767 > object's size 16
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (fastdebug build 9-internal+0-2016-06-08-001711.vkozlov.8158985)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 9-internal+0-2016-06-08-001711.vkozlov.8158985, compiled mode, g1 gc, linux-amd64)
Note: the error reported with the execution of the RangeCheck.java is similar to the errors reported forJDK-8162458, but the cause is different. In the later case the offset and size values are likely to differ and the stack traces will differ, a class java.nio.ByteBufferAs*Buffer* will appear in the Java stack trace.
# Internal Error (hotspot/src/share/vm/prims/unsafe.cpp:113), pid=22706, tid=22707
# assert(byte_offset < p_size) failed: Unsafe access: offset 32767 > object's size 16
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (fastdebug build 9-internal+0-2016-06-08-001711.vkozlov.8158985)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 9-internal+0-2016-06-08-001711.vkozlov.8158985, compiled mode, g1 gc, linux-amd64)
Note: the error reported with the execution of the RangeCheck.java is similar to the errors reported for
- relates to
-
JDK-8157957 ClassNotFoundException: jdk.test.lib.JDKToolFinder
-
- Resolved
-
-
JDK-8162458 Buffer view implementations use incorrect offset for Unsafe access
-
- Closed
-
-
JDK-8151163 All Buffer implementations should leverage Unsafe unaligned accessors
-
- Resolved
-