- 
    Bug 
- 
    Resolution: Duplicate
- 
     P4 P4
- 
    None
- 
    25
- 
    + uname -a 
 Linux iZbp166xaoxcsbz7zprw5mZ 5.10.134-18.al8.x86_64 #1 SMP Fri Dec 13 16:56:53 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
 + cat /etc/os-release
 NAME="Alibaba Cloud Linux"
 VERSION="3 (OpenAnolis Edition)"
 ID="alinux"
 ID_LIKE="rhel fedora centos anolis"
 VERSION_ID="3"
 VARIANT="OpenAnolis Edition"
 VARIANT_ID="openanolis"
 ALINUX_MINOR_ID="2104"
 ALINUX_UPDATE_ID="11"
 PLATFORM_ID="platform:al8"
 PRETTY_NAME="Alibaba Cloud Linux 3.2104 U11 (OpenAnolis Edition)"
 ANSI_COLOR="0;31"
 HOME_URL="https://www.aliyun.com/"
 + free -h
 total used free shared buff/cache available
 Mem: 247Gi 3.3Gi 202Gi 2.0Mi 43Gi 244Gi
 Swap: 0B 0B 0B
 + lscpu
 + head -n 25
 Architecture: x86_64
 CPU op-mode(s): 32-bit, 64-bit
 Byte Order: Little Endian
 CPU(s): 64
 On-line CPU(s) list: 0-63
 Thread(s) per core: 2
 Core(s) per socket: 32
 Socket(s): 1
 NUMA node(s): 1
 Vendor ID: GenuineIntel
 BIOS Vendor ID: Alibaba Cloud
 CPU family: 6
 Model: 106
 Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
 BIOS Model name: pc-i440fx-2.1
 Stepping: 6
 CPU MHz: 2699.998
 BogoMIPS: 5399.99
 Hypervisor vendor: KVM
 Virtualization type: full
 L1d cache: 48K
 L1i cache: 32K
 L2 cache: 1280K
 L3 cache: 49152K
 NUMA node0 CPU(s): 0-63
 + java -version
 openjdk version "25-internal" 2025-09-16
 OpenJDK Runtime Environment (fastdebug build 25-internal-128f2d1c)
 OpenJDK 64-Bit Server VM (fastdebug build 25-internal-128f2d1c, mixed mode, sharing)
 + java -Xinternalversion
 OpenJDK 64-Bit Server VM (fastdebug 25-internal-128f2d1c) for linux-amd64 JRE (25-internal-128f2d1c), built on 2025-04-20T12:10:40Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
 + jtreg -version
 jtreg 7.5.1-dev+0
 Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar
 Running on platform version 25-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-fastdebug/images/jdk.
 Built with Java(TM) 2 SDK, Version 11.0.25-testing+0-builds on February 06, 2025.
 Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
 Use is subject to license terms.
 JT Harness, version 6.0 ea b24 (February 06, 2025)
 Java Assembler Tools, version 7.0 ea b09 (February 06, 2025)
 TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar
 JUnit: junit-platform-console-standalone-1.11.0.jar
 + git remote -v
 origin git@github.com:openjdk/jdk.git (fetch)
 origin git@github.com:openjdk/jdk.git (push)
 + git branch- master
 + git log -n 1
 + head -n 1
 commit 128f2d1cadae3cf91e4c590e6dabe2086737b7dd
 + git status
 On branch master
 Your branch is up to date with 'origin/master'.
 nothing to commit, working tree clean 
 + git diff+ uname -a Linux iZbp166xaoxcsbz7zprw5mZ 5.10.134-18.al8.x86_64 #1 SMP Fri Dec 13 16:56:53 CST 2024 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release NAME="Alibaba Cloud Linux" VERSION="3 (OpenAnolis Edition)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" VARIANT="OpenAnolis Edition" VARIANT_ID="openanolis" ALINUX_MINOR_ID="2104" ALINUX_UPDATE_ID="11" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3.2104 U11 (OpenAnolis Edition)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 247Gi 3.3Gi 202Gi 2.0Mi 43Gi 244Gi Swap: 0B 0B 0B + lscpu + head -n 25 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 2 Core(s) per socket: 32 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel BIOS Vendor ID: Alibaba Cloud CPU family: 6 Model: 106 Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz BIOS Model name: pc-i440fx-2.1 Stepping: 6 CPU MHz: 2699.998 BogoMIPS: 5399.99 Hypervisor vendor: KVM Virtualization type: full L1d cache: 48K L1i cache: 32K L2 cache: 1280K L3 cache: 49152K NUMA node0 CPU(s): 0-63 + java -version openjdk version "25-internal" 2025-09-16 OpenJDK Runtime Environment (fastdebug build 25-internal-128f2d1c) OpenJDK 64-Bit Server VM (fastdebug build 25-internal-128f2d1c, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (fastdebug 25-internal-128f2d1c) for linux-amd64 JRE (25-internal-128f2d1c), built on 2025-04-20T12:10:40Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + jtreg -version jtreg 7.5.1-dev+0 Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar Running on platform version 25-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-fastdebug/images/jdk. Built with Java(TM) 2 SDK, Version 11.0.25-testing+0-builds on February 06, 2025. Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. JT Harness, version 6.0 ea b24 (February 06, 2025) Java Assembler Tools, version 7.0 ea b09 (February 06, 2025) TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar JUnit: junit-platform-console-standalone-1.11.0.jar + git remote -v origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) + git branch master + git log -n 1 + head -n 1 commit 128f2d1cadae3cf91e4c590e6dabe2086737b7dd + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff
- master
- 
        x86_64
- 
        linux
The test log snippet:
STDERR:
stdout: [[0.231s][warning][codecache] CodeCache is full. Compiler has been disabled.
[0.232s][warning][codecache] Try increasing the code cache size using -XX:ReservedCodeCacheSize=
CodeCache: size=1268Kb used=1120Kb max_used=1158Kb free=147Kb
bounds [0x00007f3df83d1000, 0x00007f3df850e000, 0x00007f3df850e000]
total_blobs=567, nmethods=0, adapters=540, full_count=1
Compilation: disabled (not enough contiguous free space left), stopped_count=1, restarted_count=0
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f3df8ebcd34, pid=508884, tid=509748
#
# JRE version: OpenJDK Runtime Environment (25.0) (fastdebug build 25-internal-128f2d1c)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 25-internal-128f2d1c, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x6f8d34] Assembler::prefixq_and_encode(int, bool) [clone .constprop.0]+0x34
#
# Core dump will be written. Default location: /tmp/tone/run/jtreg/jt-work/jtreg/hotspot_jtreg/compiler/startup/StartupOutput/core.508884
#
# An error report file with more information is saved as:
# /tmp/tone/run/jtreg/jt-work/jtreg/hotspot_jtreg/compiler/startup/StartupOutput/hs_err_pid508884.log
- duplicates
- 
                    JDK-8354119 Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob) -           
- Resolved
 
-         
