-
Sub-task
-
Resolution: Won't Fix
-
P4
-
None
-
25
-
None
-
+ 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.4Gi 114Gi 29Mi 9.5Gi 122Gi
Swap: 8.0Gi 74Mi 7.9Gi
+ 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-b4cd3b12)
OpenJDK 64-Bit Server VM (build 25-internal-b4cd3b12, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (25-internal-b4cd3b12) for linux-riscv64 JRE (25-internal-b4cd3b12), built on 2025-01-14T13:11:37Z 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 b4cd3b12967688d78028f548db76d24cfe654614
+ 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.4Gi 114Gi 29Mi 9.5Gi 122Gi Swap: 8.0Gi 74Mi 7.9Gi + 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-b4cd3b12) OpenJDK 64-Bit Server VM (build 25-internal-b4cd3b12, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (25-internal-b4cd3b12) for linux-riscv64 JRE (25-internal-b4cd3b12), built on 2025-01-14T13:11:37Z 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 b4cd3b12967688d78028f548db76d24cfe654614 + 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
stderr: [sun.jvm.hotspot.debugger.UnmappedAddressException: 3ffffffffffffff0
at jdk.hotspot.agent/sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:208)
at jdk.hotspot.agent/sun.jvm.hotspot.debugger.PageCache.getLong(PageCache.java:100)
at jdk.hotspot.agent/sun.jvm.hotspot.debugger.DebuggerBase.readCInteger(DebuggerBase.java:359)
at jdk.hotspot.agent/sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:385)
at jdk.hotspot.agent/sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:479)
at jdk.hotspot.agent/sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:73)
at jdk.hotspot.agent/sun.jvm.hotspot.debugger.linux.riscv64.LinuxRISCV64CFrame.sender(LinuxRISCV64CFrame.java:73)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.PStack.run(PStack.java:193)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.PStack.run(PStack.java:65)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.PStack.run(PStack.java:60)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.JStack.run(JStack.java:67)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.startInternal(Tool.java:278)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.start(Tool.java:241)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.execute(Tool.java:134)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.JStack.runWithArgs(JStack.java:90)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.runJSTACK(SALauncher.java:306)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.main(SALauncher.java:507)
]
exitValue = 0
java.lang.RuntimeException: 'sun.jvm.hotspot.debugger.UnmappedAddressException:' found in stderr
at jdk.test.lib.process.OutputAnalyzer.shouldNotContain(OutputAnalyzer.java:303)
at TestJhsdbJstackMixed.runJstackMixedInLoop(TestJhsdbJstackMixed.java:159)
at TestJhsdbJstackMixed.main(TestJhsdbJstackMixed.java:179)
- links to
-
Review(master) openjdk/jdk/23127