-
Bug
-
Resolution: Fixed
-
P2
-
19
-
b30
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289867 | 20 | Dukebot | P2 | Resolved | Fixed | b06 |
JDK-8291386 | 19.0.2 | Tyler Steele | P2 | Resolved | Fixed | b01 |
JDK-8291223 | 19.0.1 | Dukebot | P2 | Resolved | Fixed | b04 |
Similar to other architectures, the S390X interpreter parts should not be entered with `!Continuations::enabled()`.
Current builds on S390X crash with:
05:51:17 Compiling 4 files for BUILD_JIGSAW_TOOLS
05:51:26 Optimizing the exploded image
05:51:26 #
05:51:26 # A fatal error has been detected by the Java Runtime Environment:
05:51:26 #
05:51:26 # Internal Error (templateInterpreterGenerator_s390.cpp:486), pid=60413, tid=60418
05:51:26 # Error: Unimplemented()
05:51:26 #
05:51:26 # JRE version: (19.0+25) (build )
05:51:26 # Java VM: OpenJDK 64-Bit Server VM (19-beta+25-202206090332, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-s390x)
05:51:26 # Problematic frame:
05:51:26 # V [libjvm.so+0xaf9308] TemplateInterpreterGenerator::generate_Continuation_doYield_entry()+0x30
Current builds on S390X crash with:
05:51:17 Compiling 4 files for BUILD_JIGSAW_TOOLS
05:51:26 Optimizing the exploded image
05:51:26 #
05:51:26 # A fatal error has been detected by the Java Runtime Environment:
05:51:26 #
05:51:26 # Internal Error (templateInterpreterGenerator_s390.cpp:486), pid=60413, tid=60418
05:51:26 # Error: Unimplemented()
05:51:26 #
05:51:26 # JRE version: (19.0+25) (build )
05:51:26 # Java VM: OpenJDK 64-Bit Server VM (19-beta+25-202206090332, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-s390x)
05:51:26 # Problematic frame:
05:51:26 # V [libjvm.so+0xaf9308] TemplateInterpreterGenerator::generate_Continuation_doYield_entry()+0x30
- backported by
-
JDK-8289867 S390X: Fix crashes after JDK-8284161 (Virtual Threads)
-
- Resolved
-
-
JDK-8291223 S390X: Fix crashes after JDK-8284161 (Virtual Threads)
-
- Resolved
-
-
JDK-8291386 S390X: Fix crashes after JDK-8284161 (Virtual Threads)
-
- Resolved
-
- relates to
-
JDK-8225652 frame::patch_pc sets _pc and _deopt_state incorrectly during deoptimization
-
- Closed
-
-
JDK-8286300 Port JEP 425 to S390X
-
- In Progress
-
-
JDK-8284161 Implementation of Virtual Threads (Preview)
-
- Resolved
-
(1 relates to, 2 links to)