-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8
-
None
-
+ uname -a
Linux riscv-dev 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 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="10"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"
+ free -h
total used free shared buff/cache available
Mem: 495Gi 16Gi 208Gi 48Mi 275Gi 478Gi
Swap: 0B 0B 0B
+ lscpu
+ head -n 22
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 128
On-line CPU(s) list: 0-127
Thread(s) per core: 2
Core(s) per socket: 64
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
CPU family: 25
Model: 17
Model name: AMD EPYC 9T24 96-Core Processor
Stepping: 1
CPU MHz: 3695.158
BogoMIPS: 5400.00
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 32768K
+ ldd --version
ldd (GNU libc) 2.32
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ java -version
openjdk version "1.8.0_432"
OpenJDK Runtime Environment (Alibaba Dragonwell Extended Edition 8.23.22) (build 1.8.0_432-b01)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.23.22) (build 25.432-b01, mixed mode)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (25.432-b01) for linux-amd64 JRE (1.8.0_432-b01), built on Dec 13 2024 03:25:26 by "root" with gcc 7.5.0
+ git remote -v
origin git@github.com:openjdk/jdk8u-dev.git (fetch)
origin git@github.com:openjdk/jdk8u-dev.git (push)
+ git log -n 1
+ head -n 1
commit af6e57b7191ecc23d55658a97228c7311a2c2268+ uname -a Linux riscv-dev 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 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="10" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 495Gi 16Gi 208Gi 48Mi 275Gi 478Gi Swap: 0B 0B 0B + lscpu + head -n 22 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Thread(s) per core: 2 Core(s) per socket: 64 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 25 Model: 17 Model name: AMD EPYC 9T24 96-Core Processor Stepping: 1 CPU MHz: 3695.158 BogoMIPS: 5400.00 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 32768K + ldd --version ldd (GNU libc) 2.32 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper. + java -version openjdk version "1.8.0_432" OpenJDK Runtime Environment (Alibaba Dragonwell Extended Edition 8.23.22) (build 1.8.0_432-b01) OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.23.22) (build 25.432-b01, mixed mode) + java -Xinternalversion OpenJDK 64-Bit Server VM (25.432-b01) for linux-amd64 JRE (1.8.0_432-b01), built on Dec 13 2024 03:25:26 by "root" with gcc 7.5.0 + git remote -v origin git@github.com:openjdk/jdk8u-dev.git (fetch) origin git@github.com:openjdk/jdk8u-dev.git (push) + git log -n 1 + head -n 1 commit af6e57b7191ecc23d55658a97228c7311a2c2268
-
generic
-
linux
STDOUT:
test: (file: 2 data: 177), JRE: (file: 2 data: 177)
STDERR:
java.lang.IllegalArgumentException
at java.util.Currency.getInstance(Currency.java:345)
at java.util.Currency.getInstance(Currency.java:310)
at ValidateISO4217.test1(ValidateISO4217.java:163)
at ValidateISO4217.main(ValidateISO4217.java:109)
- duplicates
-
JDK-8353433 XCG currency code not recognized in JDK 8u
-
- Resolved
-
- relates to
-
JDK-8321480 ISO 4217 Amendment 176 Update
-
- Closed
-