-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
25
-
+ uname -a
Linux fedora-riscv-2 6.1.31 #1 SMP Thu Jun 15 01:30:00 CST 2023 riscv64 GNU/Linux
+ cat /etc/os-release
NAME="Fedora Linux"
VERSION="38 (Workstation Edition)"
ID=fedora
VERSION_ID=38
VERSION_CODENAME=""
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=38
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=38
SUPPORT_END=2024-05-14
VARIANT="Workstation Edition"
VARIANT_ID=workstation
+ free -h
total used free shared buff/cache available
Mem: 125Gi 1.6Gi 111Gi 29Mi 12Gi 123Gi
Swap: 8.0Gi 34Mi 8.0Gi
+ lscpu
+ head -n 25
Architecture: riscv64
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
NUMA node(s): 4
NUMA node0 CPU(s): 0-7,16-23
NUMA node1 CPU(s): 8-15,24-31
NUMA node2 CPU(s): 32-39,48-55
NUMA node3 CPU(s): 40-47,56-63
+ java -version
openjdk version "25-internal" 2025-09-16
OpenJDK Runtime Environment (build 25-internal-d7ef3ac0)
OpenJDK 64-Bit Server VM (build 25-internal-d7ef3ac0, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (25-internal-d7ef3ac0) for linux-riscv64 JRE (25-internal-d7ef3ac0), built on 2024-12-09T13:11:04Z with gcc 13.2.1 20230728 (Red Hat 13.2.1-1)
+ jtreg -version
jtreg 7.4-dev+0
Installed in /var/tmp/tone/run/jtreg/jtreg/lib/jtreg.jar
Running on platform version 25-internal from /var/tmp/tone/run/jtreg/jdk-repo/build/linux-riscv64-server-release/images/jdk.
Built with Java(TM) 2 SDK, Version 11.0.21+9-LTS on June 14, 2024.
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 (June 14, 2024)
Java Assembler Tools, version 7.0 ea b09 (June 14, 2024)
TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar
JUnit: junit-platform-console-standalone-1.10.2.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 d7ef3ac0b7e677c4901c69ad4361b5de8408e8d3
+ 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 fedora-riscv-2 6.1.31 #1 SMP Thu Jun 15 01:30:00 CST 2023 riscv64 GNU/Linux + cat /etc/os-release NAME="Fedora Linux" VERSION="38 (Workstation Edition)" ID=fedora VERSION_ID=38 VERSION_CODENAME="" PLATFORM_ID="platform:f38" PRETTY_NAME="Fedora Linux 38 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:38" DEFAULT_HOSTNAME="fedora" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=38 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=38 SUPPORT_END=2024-05-14 VARIANT="Workstation Edition" VARIANT_ID=workstation + free -h total used free shared buff/cache available Mem: 125Gi 1.6Gi 111Gi 29Mi 12Gi 123Gi Swap: 8.0Gi 34Mi 8.0Gi + lscpu + head -n 25 Architecture: riscv64 Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 NUMA node(s): 4 NUMA node0 CPU(s): 0-7,16-23 NUMA node1 CPU(s): 8-15,24-31 NUMA node2 CPU(s): 32-39,48-55 NUMA node3 CPU(s): 40-47,56-63 + java -version openjdk version "25-internal" 2025-09-16 OpenJDK Runtime Environment (build 25-internal-d7ef3ac0) OpenJDK 64-Bit Server VM (build 25-internal-d7ef3ac0, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (25-internal-d7ef3ac0) for linux-riscv64 JRE (25-internal-d7ef3ac0), built on 2024-12-09T13:11:04Z with gcc 13.2.1 20230728 (Red Hat 13.2.1-1) + jtreg -version jtreg 7.4-dev+0 Installed in /var/tmp/tone/run/jtreg/jtreg/lib/jtreg.jar Running on platform version 25-internal from /var/tmp/tone/run/jtreg/jdk-repo/build/linux-riscv64-server-release/images/jdk. Built with Java(TM) 2 SDK, Version 11.0.21+9-LTS on June 14, 2024. 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 (June 14, 2024) Java Assembler Tools, version 7.0 ea b09 (June 14, 2024) TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar JUnit: junit-platform-console-standalone-1.10.2.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 d7ef3ac0b7e677c4901c69ad4361b5de8408e8d3 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff - master
"MainThread" #103 [630967] prio=5 os_prio=0 cpu=23696.47ms elapsed=972.38s tid=0x0000003f98257fb0 nid=630967 runnable [0x0000003e6d1fd000]
java.lang.Thread.State: RUNNABLE
at TestSieveObjects.main(TestSieveObjects.java:167)
TEST RESULT: Error. Program `/var/tmp/tone/run/jtreg/jdk-repo/build/linux-riscv64-server-release/images/jdk/bin/java' timed out (timeout set to 960000ms, elapsed time including timeout handling was 973677ms).
- duplicates
-
JDK-8345958 Test gc/shenandoah/TestVerifyLevels.java#generational intermittent timed out
-
- Open
-