-
Bug
-
Resolution: Fixed
-
P2
-
11, 13
-
b25
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226081 | 14 | Lance Andersen | P2 | Resolved | Fixed | team |
JDK-8227579 | 11.0.6-oracle | Lance Andersen | P2 | Closed | Fixed | b01 |
JDK-8230194 | 11.0.5 | Lance Andersen | P2 | Resolved | Fixed | b05 |
test/jdk/java/util/zip/ZipFile/MultiThreadedReadTest.java fails with:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/share/gc/shared/gcLocker.cpp:105), pid=69003, tid=34563
# assert(!JavaThread::current()->in_critical()) failed: Would deadlock
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-ea+0-1200)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-ea+0-1200, compiled mode, compressed oops, g1 gc, bsd-amd64)
# Core dump will be written. Default location: /cores/core.69003
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/share/gc/shared/gcLocker.cpp:105), pid=69003, tid=34563
# assert(!JavaThread::current()->in_critical()) failed: Would deadlock
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-ea+0-1200)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-ea+0-1200, compiled mode, compressed oops, g1 gc, bsd-amd64)
# Core dump will be written. Default location: /cores/core.69003
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
- backported by
-
JDK-8226081 assert(!JavaThread::current()->in_critical()) failed: Would deadlock
- Resolved
-
JDK-8230194 assert(!JavaThread::current()->in_critical()) failed: Would deadlock
- Resolved
-
JDK-8227579 assert(!JavaThread::current()->in_critical()) failed: Would deadlock
- Closed
- relates to
-
JDK-8252739 Deflater.setDictionary(byte[], int off, int len) ignores the starting offset for the dictionary
- Resolved