-
Bug
-
Resolution: Fixed
-
P4
-
8-pool, 8-pool-perf, 11, 17, 21, 22, 23, 24
-
b14
-
x86_64, aarch64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8340957 | 23.0.2 | Matias Saavedra Silva | P4 | Resolved | Fixed | b01 |
JDK-8340952 | 21.0.6-oracle | Matias Saavedra Silva | P4 | Resolved | Fixed | b01 |
JDK-8341322 | 21.0.6 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
runtime/interpreter/LastJsrTest.java
Here's a snippet from the log file:
#section:main
----------messages:(6/230)----------
command: main LastJsrTest
reason: User specified action: run main/othervm LastJsrTest
started: Fri Aug 23 18:24:08 UTC 2024
Mode: othervm [/othervm specified]
finished: Fri Aug 23 18:24:38 UTC 2024
elapsed time (seconds): 30.094
----------configuration:(0/0)----------
----------System.out:(22/2123)----------
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/mach5/mesos/work_dir/slaves/a20696e7-ae7d-4d37-8e9c-83f99ef002cb-S2259/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/7ca5078e-c5e9-48af-ba7c-18c19669cc97/runs/a4e5ab2e-466e-4fe1-a5bc-3627013e5c55/workspace/open/src/hotspot/share/utilities/growableArray.hpp:142), pid=3237428, tid=3237445
# assert(0 <= i && i < _len) failed: illegal index 5 for length 5
#
# JRE version: Java(TM) SE Runtime Environment (24.0+13) (fastdebug build 24-ea+13-1325)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 24-ea+13-1325, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x1400ee4] GrowableArrayView<MethodLiveness::BasicBlock*>::at(int) [clone .part.0]+0x24
#
# Core dump will be written. Default location: Core dumps may be processed with "/opt/core.sh %p" (or dumping to /opt/mach5/mesos/work_dir/slaves/a20696e7-ae7d-4d37-8e9c-83f99ef002cb-S5256/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/43d4584c-fdc2-416a-989e-b7a6f6e01ad4/runs/d58513c5-3dcb-47fb-9de8-37c18ba4f338/testoutput/test-support/jtreg_open_test_hotspot_jtreg_tier1_runtime/scratch/1/core.3237428)
#
# An error report file with more information is saved as:
# /opt/mach5/mesos/work_dir/slaves/a20696e7-ae7d-4d37-8e9c-83f99ef002cb-S5256/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/43d4584c-fdc2-416a-989e-b7a6f6e01ad4/runs/d58513c5-3dcb-47fb-9de8-37c18ba4f338/testoutput/test-support/jtreg_open_test_hotspot_jtreg_tier1_runtime/scratch/1/hs_err_pid3237428.log
#
# Compiler replay data is saved as:
# /opt/mach5/mesos/work_dir/slaves/a20696e7-ae7d-4d37-8e9c-83f99ef002cb-S5256/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/43d4584c-fdc2-416a-989e-b7a6f6e01ad4/runs/d58513c5-3dcb-47fb-9de8-37c18ba4f338/testoutput/test-support/jtreg_open_test_hotspot_jtreg_tier1_runtime/scratch/1/replay_pid3237428.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
----------System.err:(0/0)----------
----------rerun:(42/7298)*----------
- backported by
-
JDK-8340952 C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
- Resolved
-
JDK-8340957 C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
- Resolved
-
JDK-8341322 C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
- Resolved
- relates to
-
JDK-8335664 Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds
- Resolved
- links to
-
Commit(master) openjdk/jdk21u-dev/dd13bf68
-
Commit(master) openjdk/jdk23u/caf28d4a
-
Commit(master) openjdk/jdk/1353601d
-
Review(master) openjdk/jdk21u-dev/1012
-
Review(master) openjdk/jdk23u/109
-
Review(master) openjdk/jdk/20732