Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8143523 | emb-9 | Brian Burkhalter | P1 | Resolved | Fixed | team |
java/nio/Buffer/Basic.java crashes vm on linux-x64 (and openonly) when jdk is built using latest devkit (4.9.2).
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8895af8033, pid=4860, tid=4950
#
# JRE version: Java(TM) SE Runtime Environment (9.0-b105) (build 1.9.0-ea-b105)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-ea-b105, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libjava.so+0xd033] Java_java_nio_Bits_copyToShortArray+0x1f3
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /scratch/ssides/test/temp2/JTwork/scratch/core.4860)
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8895af8033, pid=4860, tid=4950
#
# JRE version: Java(TM) SE Runtime Environment (9.0-b105) (build 1.9.0-ea-b105)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-ea-b105, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libjava.so+0xd033] Java_java_nio_Bits_copyToShortArray+0x1f3
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /scratch/ssides/test/temp2/JTwork/scratch/core.4860)
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
- backported by
-
JDK-8143523 java/nio/Buffer/Basic.java crashes vm on linux-x64 using latest devkit to build
-
- Resolved
-
- relates to
-
JDK-8141491 Unaligned memory access in Bits.c
-
- Closed
-