Details
-
Bug
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b05
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8218971 | 12.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8218972 | 11.0.3 | Aleksey Shipilev | P4 | Resolved | Fixed | master |
Description
See, for example:
$ build/linux-x86_64-server-fastdebug/images/jdk/bin/java -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseCriticalCMSThreadPriority
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/os.cpp:224
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/shade/trunks/jdk-jdk/src/hotspot/share/runtime/os.cpp:224), pid=18502, tid=18503
# assert(false) failed: Should not happen
#
# JRE version: (13.0) (fastdebug build )
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 13-internal+0-adhoc.shade.jdk-jdk, mixed mode, aot, sharing, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x14e23ca] os::set_priority(Thread*, ThreadPriority)+0x3a
#
$ build/linux-x86_64-server-fastdebug/images/jdk/bin/java -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseCriticalCMSThreadPriority
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/os.cpp:224
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/shade/trunks/jdk-jdk/src/hotspot/share/runtime/os.cpp:224), pid=18502, tid=18503
# assert(false) failed: Should not happen
#
# JRE version: (13.0) (fastdebug build )
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 13-internal+0-adhoc.shade.jdk-jdk, mixed mode, aot, sharing, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x14e23ca] os::set_priority(Thread*, ThreadPriority)+0x3a
#
Attachments
Issue Links
- backported by
-
JDK-8218971 UseCriticalCMSThreadPriority is broken
- Resolved
-
JDK-8218972 UseCriticalCMSThreadPriority is broken
- Resolved
- blocks
-
JDK-8217343 Shenandoah control thread should be able to run at critical priority
- Resolved
- relates to
-
JDK-8140257 Add support for "gc service threads" to ConcurrentGCThread
- Resolved
-
JDK-7091418 FX priority class from Solaris should be available to JVM
- Closed