-
Bug
-
Resolution: Fixed
-
P4
-
21, 23
-
$ uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion ; git remote -v ; git log -n 1
Linux iZbp1aaqr8oeffifb5div1Z 5.10.134-16.1.al8.x86_64 #1 SMP Thu Dec 7 14:11:24 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
NAME="Alibaba Cloud Linux"
VERSION="3 (Soaring Falcon)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
UPDATE_ID="9"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"total used free shared buff/cache available
Mem: 123Gi 853Mi 120Gi 2.0Mi 2.4Gi 121Gi
Swap: 0B 0B 0B
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 16
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
BIOS Vendor ID: Alibaba Cloud
CPU family: 25
Model: 17
Model name: AMD EPYC 9T24 96-Core Processor
BIOS Model name: pc-i440fx-2.1
Stepping: 1
CPU MHz: 3370.958
BogoMIPS: 5399.98
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 32768K
NUMA node0 CPU(s): 0-31
openjdk version "23" 2024-09-17
OpenJDK Runtime Environment (fastdebug build 23)
OpenJDK 64-Bit Server VM (fastdebug build 23, mixed mode, sharing)
OpenJDK 64-Bit Server VM (fastdebug 23) for linux-amd64 JRE (23), built on 2024-05-19T13:52:13Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
origin git@github.com:openjdk/jdk.git (fetch)
origin git@github.com:openjdk/jdk.git (push)
commit b92bd671835c37cff58e2cdcecd0fe4277557d7f (HEAD -> master, origin/master, origin/HEAD)
Author: Prasanta Sadhukhan <psadhukhan@openjdk.org>
Date: Sat May 18 05:57:20 2024 +00008332403: Anachronistic reference to Netscape Communicator in Swing API docs
Reviewed-by: abhiscxk, aivanov, prr$ uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion ; git remote -v ; git log -n 1 Linux iZbp1aaqr8oeffifb5div1Z 5.10.134-16.1.al8.x86_64 #1 SMP Thu Dec 7 14:11:24 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux NAME="Alibaba Cloud Linux" VERSION="3 (Soaring Falcon)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" UPDATE_ID="9" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" total used free shared buff/cache available Mem: 123Gi 853Mi 120Gi 2.0Mi 2.4Gi 121Gi Swap: 0B 0B 0B Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 32 On-line CPU(s) list: 0-31 Thread(s) per core: 2 Core(s) per socket: 16 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD BIOS Vendor ID: Alibaba Cloud CPU family: 25 Model: 17 Model name: AMD EPYC 9T24 96-Core Processor BIOS Model name: pc-i440fx-2.1 Stepping: 1 CPU MHz: 3370.958 BogoMIPS: 5399.98 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 32768K NUMA node0 CPU(s): 0-31 openjdk version "23" 2024-09-17 OpenJDK Runtime Environment (fastdebug build 23) OpenJDK 64-Bit Server VM (fastdebug build 23, mixed mode, sharing) OpenJDK 64-Bit Server VM (fastdebug 23) for linux-amd64 JRE (23), built on 2024-05-19T13:52:13Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) commit b92bd671835c37cff58e2cdcecd0fe4277557d7f (HEAD -> master, origin/master, origin/HEAD) Author: Prasanta Sadhukhan <psadhukhan@openjdk.org> Date: Sat May 18 05:57:20 2024 +0000 8332403: Anachronistic reference to Netscape Communicator in Swing API docs Reviewed-by: abhiscxk, aivanov, prr
-
b26
-
x86_64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8346062 | 21.0.7-oracle | Jayashree Kumar | P4 | Resolved | Fixed | b01 |
JDK-8333691 | 21.0.5 | Sendao Yan | P4 | Resolved | Fixed | b01 |
test command:
export LD_LIBRARY_PATH=/home/yansendao/software/jdk/tools/hsdis #/home/yansendao/software/jdk/tools/hsdis should contains hsdis-amd64.so
build/linux-x86_64-server-fastdebug/images/test/hotspot/gtest/server/gtestLauncher -jdk build/linux-x86_64-server-fastdebug/images/jdk --gtest_output=xml:test_result.xml --gtest_catch_exceptions=0 --gtest_filter=codestrings.validate_vm
result:
/home/yansendao/git/jdk/test/hotspot/gtest/code/test_codestrings.cpp:90: Failure
With diff:
@@ -1,4 +1,4 @@
--------------------------------------------------------------------------------
;; First block comment.
- <addr>: nop
+ <addr>: nop
--------------------------------------------------------------------------------\n
- backported by
-
JDK-8333691 Gtest codestrings.validate_vm fail on linux x64 when hsdis is present
- Resolved
-
JDK-8346062 Gtest codestrings.validate_vm fail on linux x64 when hsdis is present
- Resolved
- relates to
-
JDK-8274039 codestrings gtest fails when hsdis is present
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/ccee9d07
-
Commit openjdk/jdk/7dbd0338
-
Review openjdk/jdk21u-dev/668
-
Review openjdk/jdk/19309
-
Review(master) openjdk/jdk22u/242