-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
-
+ uname -a
Linux iZbp11c0qyxlq0nlblyqnxZ 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: 247Gi 1.8Gi 216Gi 2.0Mi 29Gi 243Gi
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: 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: 3690.729
BogoMIPS: 5399.99
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 32768K
NUMA node0 CPU(s): 0-63
+ java -version
openjdk version "25-internal" 2025-09-16
OpenJDK Runtime Environment (build 25-internal-1809138b)
OpenJDK 64-Bit Server VM (build 25-internal-1809138b, mixed mode)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (25-internal-1809138b) for linux-riscv64 JRE (25-internal-1809138b), built on 2025-04-01T12:11:18Z with gcc 14.2.1 20241010
+ 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-riscv64-server-release/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 1809138b1c992b352eceab3e0e963b0577aafabb
+ 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 iZbp11c0qyxlq0nlblyqnxZ 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: 247Gi 1.8Gi 216Gi 2.0Mi 29Gi 243Gi 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: 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: 3690.729 BogoMIPS: 5399.99 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 32768K NUMA node0 CPU(s): 0-63 + java -version openjdk version "25-internal" 2025-09-16 OpenJDK Runtime Environment (build 25-internal-1809138b) OpenJDK 64-Bit Server VM (build 25-internal-1809138b, mixed mode) + java -Xinternalversion OpenJDK 64-Bit Server VM (25-internal-1809138b) for linux-riscv64 JRE (25-internal-1809138b), built on 2025-04-01T12:11:18Z with gcc 14.2.1 20241010 + 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-riscv64-server-release/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 1809138b1c992b352eceab3e0e963b0577aafabb + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff - master
-
riscv
-
linux
STDOUT:
Test void ExecutionEnvironment.testEcoFriendly() failed: java.lang.reflect.InvocationTargetException
----begin detailed exceptions----
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:119)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at TestHelper.run(TestHelper.java:200)
at ExecutionEnvironment.main(ExecutionEnvironment.java:246)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
Caused by: java.lang.RuntimeException: FAIL: did not get <LD_LIBRARY_PATH=/Bridge/On/The/River/Kwai>
at ExecutionEnvironment.flagError(ExecutionEnvironment.java:110)
at ExecutionEnvironment.testEcoFriendly(ExecutionEnvironment.java:150)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
... 7 more
----end detailed exceptions----