Details
-
Bug
-
Resolution: Fixed
-
P3
-
9, 11, 17, 21, 22
-
b03
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8324402 | 22.0.1 | Calvin Cheung | P3 | Resolved | Fixed | b02 |
JDK-8323881 | 22 | Calvin Cheung | P3 | Resolved | Fixed | b32 |
Description
(I have replaced my personal info with <snip> in error message below)
java -D-D
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/<snip>/dev/git/openjdk/jdk2/open/src/hotspot/share/runtime/arguments.cpp:322), pid=95956, tid=8707
# assert((strncmp(property, "-D", 2) != 0)) failed: Unexpected leading -D
#
# JRE version: (22.0) (fastdebug build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 22-internal-2023-12-06-1614439.<snip>..., mixed mode, sharing, tiered, compressed class ptrs, unknown gc, bsd-amd64)
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
...<snip>
#
Abort trap: 6
java -D-D
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/<snip>/dev/git/openjdk/jdk2/open/src/hotspot/share/runtime/arguments.cpp:322), pid=95956, tid=8707
# assert((strncmp(property, "-D", 2) != 0)) failed: Unexpected leading -D
#
# JRE version: (22.0) (fastdebug build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 22-internal-2023-12-06-1614439.<snip>..., mixed mode, sharing, tiered, compressed class ptrs, unknown gc, bsd-amd64)
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
...<snip>
#
Abort trap: 6
Attachments
Issue Links
- backported by
-
JDK-8323881 java -D-D crashes
- Resolved
-
JDK-8324402 java -D-D crashes
- Resolved
- links to
-
Commit openjdk/jdk22/f1802d53
-
Commit openjdk/jdk/dcdcd48d
-
Review openjdk/jdk22/84
-
Review openjdk/jdk/17115
(1 links to)