Details
-
Bug
-
Resolution: Fixed
-
P3
-
11, 17, 19, 20
-
b28
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288915 | 20 | Dukebot | P3 | Resolved | Fixed | b03 |
JDK-8291274 | 19.0.2 | Emanuel Peter | P3 | Resolved | Fixed | b01 |
JDK-8291119 | 19.0.1 | Dukebot | P3 | Resolved | Fixed | b04 |
JDK-8289496 | 17.0.5-oracle | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
JDK-8289455 | 17.0.5 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8289502 | 11.0.17-oracle | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
JDK-8289468 | 11.0.17 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
Description
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/chaitin.cpp:1736
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/shade/trunks/jdk/src/hotspot/share/opto/chaitin.cpp:1736), pid=1609602, tid=1609632
# assert(cisc->memory_operand() == nullptr) failed: no memory operand, only stack
#
# JRE version: OpenJDK Runtime Environment (20.0) (fastdebug build 20-internal-adhoc.shade.jdk)
# Java VM: OpenJDK Server VM (fastdebug 20-internal-adhoc.shade.jdk, mixed mode, sharing, tiered, g1 gc, linux-x86)
# Problematic frame:
# V [libjvm.so+0x821956] PhaseChaitin::fixup_spills()+0x716
The node in question is:
67 addFPR24_mem_cisc === 23 62 19 72 [[ ]] #32/0x00000020#8/0x00000008
Attachments
Issue Links
- backported by
-
JDK-8288915 remove memory_operand assert for spilled instructions
- Resolved
-
JDK-8289455 remove memory_operand assert for spilled instructions
- Resolved
-
JDK-8289468 remove memory_operand assert for spilled instructions
- Resolved
-
JDK-8289496 remove memory_operand assert for spilled instructions
- Resolved
-
JDK-8289502 remove memory_operand assert for spilled instructions
- Resolved
-
JDK-8291119 remove memory_operand assert for spilled instructions
- Resolved
-
JDK-8291274 remove memory_operand assert for spilled instructions
- Resolved
- relates to
-
JDK-8282555 Missing memory edge when spilling MoveF2I, MoveD2L etc
- Closed
- links to
-
Commit openjdk/jdk11u-dev/c53e0fe3
-
Commit openjdk/jdk17u-dev/4c96224b
-
Commit openjdk/jdk19/af051391
-
Review openjdk/jdk11u-dev/1188
-
Review openjdk/jdk17u-dev/508
-
Review openjdk/jdk19/33