Details
-
Bug
-
Resolution: Fixed
-
P3
-
hs24, hs25
-
scaaa002, Intel x86 2893 MHz, 32 cores, 256G, Solaris / Solaris 11, i86pc
-
b49
-
x86
-
solaris
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8024585 | 8 | Jon Masamitsu | P3 | Closed | Fixed | b107 |
Description
There are a bunch of concurrency related tests failed during PIT of hs25-b31 for jdk8-b89
There are two OOME messages observed:
1. Due toJDK-7045180
;; Using jvm: "/bpool/local/aurora/sandbox/sca/vmsqe/jdk/pit/2013-05-03-151437.amurillo.hs25-b31-snapshot/fastdebug/solaris-amd64/jre/lib/amd64/server/libjvm.so"
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (0xe0000000), pid=6716, tid=44
# Error: An uncaught C++ exception
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b87) (build 1.8.0-ea-fastdebug-b87)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b31-internal-201305031514.amurillo.hs25-b31-snapshot-fastdebug compiled mode solaris-amd64 compressed oops)
# Core dump written. Default location: /bpool/local/aurora/sandbox/results/ResultDir/DirectByteBufferAtomicityTests_ByteTest/core or core.6716
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
2.
#
# Out of Memory Error (/opt/jprt/T/P1/151437.amurillo/s/src/share/vm/memory/allocation.cpp:374), pid=7008, tid=31
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b87) (build 1.8.0-ea-fastdebug-b87)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b31-internal-201305031514.amurillo.hs25-b31-snapshot-fastdebug compiled mode solaris-amd64 compressed oops)
# Core dump written. Default location: /bpool/local/aurora/sandbox/results/ResultDir/DirectByteBufferAtomicityTests_IntTest/core or core.7008
#
The problem looks the same as inJDK-7197666
There are two OOME messages observed:
1. Due to
;; Using jvm: "/bpool/local/aurora/sandbox/sca/vmsqe/jdk/pit/2013-05-03-151437.amurillo.hs25-b31-snapshot/fastdebug/solaris-amd64/jre/lib/amd64/server/libjvm.so"
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (0xe0000000), pid=6716, tid=44
# Error: An uncaught C++ exception
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b87) (build 1.8.0-ea-fastdebug-b87)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b31-internal-201305031514.amurillo.hs25-b31-snapshot-fastdebug compiled mode solaris-amd64 compressed oops)
# Core dump written. Default location: /bpool/local/aurora/sandbox/results/ResultDir/DirectByteBufferAtomicityTests_ByteTest/core or core.6716
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
2.
#
# Out of Memory Error (/opt/jprt/T/P1/151437.amurillo/s/src/share/vm/memory/allocation.cpp:374), pid=7008, tid=31
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b87) (build 1.8.0-ea-fastdebug-b87)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b31-internal-201305031514.amurillo.hs25-b31-snapshot-fastdebug compiled mode solaris-amd64 compressed oops)
# Core dump written. Default location: /bpool/local/aurora/sandbox/results/ResultDir/DirectByteBufferAtomicityTests_IntTest/core or core.7008
#
The problem looks the same as in
Attachments
Issue Links
- backported by
-
JDK-8024585 Native OOME on fastdebug VM on Solaris
- Closed
- duplicates
-
JDK-8020599 G1: VM crashed with OOME on solaris with large heap
- Closed
-
JDK-8016732 Out of memory error in ObjectStartArray::set_covered_region
- Closed
- relates to
-
JDK-7197666 java -d64 -version core dumps in a box with lots of memory
- Resolved
-
JDK-8020599 G1: VM crashed with OOME on solaris with large heap
- Closed
-
JDK-8016505 G1: Revert back to use HeapBaseMinAddress=256m on Solaris x86
- Closed
(1 relates to)