-
Bug
-
Resolution: Won't Fix
-
P4
-
23
-
- uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion ; git remote -v ; git log -n 1 | head -n 1
Linux iZbp15m3iw8v3yqy2o06apZ 5.4.0-181-generic #201-Ubuntu SMP Thu Mar 28 15:39:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
total used free shared buff/cache available
Mem: 60Gi 783Mi 57Gi 2.0Mi 2.4Gi 59Gi
Swap: 0B 0B 0B
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 57 bits virtual
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: GenuineIntel
CPU family: 6
Model: 106
Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
Stepping: 6
CPU MHz: 3502.752
BogoMIPS: 5399.99
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 768 KiB
L1i cache: 512 KiB
L2 cache: 20 MiB
L3 cache: 48 MiB
NUMA node0 CPU(s): 0-31
Vulnerability Gather data sampling: Unknown: Dependent on hypervisor status
openjdk version "23" 2024-09-17
OpenJDK Runtime Environment (build 23)
OpenJDK Server VM (build 23, mixed mode, sharing)
OpenJDK Server VM (23) for linux-x86 JRE (23), built on 2024-05-29T02:50:58Z with gcc 10.5.0
origin git@github.com:openjdk/jdk.git (fetch)
origin git@github.com:openjdk/jdk.git (push)
commit 01060ad4ab18581aa46bc16e64c7f12a591a682b
uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion ; git remote -v ; git log -n 1 | head -n 1 Linux iZbp15m3iw8v3yqy2o06apZ 5.4.0-181-generic #201-Ubuntu SMP Thu Mar 28 15:39:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal total used free shared buff/cache available Mem: 60Gi 783Mi 57Gi 2.0Mi 2.4Gi 59Gi Swap: 0B 0B 0B Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 57 bits virtual 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: GenuineIntel CPU family: 6 Model: 106 Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz Stepping: 6 CPU MHz: 3502.752 BogoMIPS: 5399.99 Hypervisor vendor: KVM Virtualization type: full L1d cache: 768 KiB L1i cache: 512 KiB L2 cache: 20 MiB L3 cache: 48 MiB NUMA node0 CPU(s): 0-31 Vulnerability Gather data sampling: Unknown: Dependent on hypervisor status openjdk version "23" 2024-09-17 OpenJDK Runtime Environment (build 23) OpenJDK Server VM (build 23, mixed mode, sharing) OpenJDK Server VM (23) for linux-x86 JRE (23), built on 2024-05-29T02:50:58Z with gcc 10.5.0 origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) commit 01060ad4ab18581aa46bc16e64c7f12a591a682b - uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion ; git remote -v ; git log -n 1 | head -n 1
-
x86
-
linux
serviceability/jvmti/vthread/GetThreadState/GetThreadStateTest.java#default failed Platform does not support native linker on linux x86_32
test result log snippet:
"MainThread" #19 [221517] prio=5 os_prio=0 cpu=509.03ms elapsed=480.14s tid=0xa2d4c620 nid=221517 waiting on condition [0xa29fd000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleepNanos0(java.base@23/Native Method)
at java.lang.Thread.sleepNanos(java.base@23/Thread.java:496)
at java.lang.Thread.sleep(java.base@23/Thread.java:527)
at GetThreadStateTest.awaitTrue(GetThreadStateTest.java:350)
at GetThreadStateTest.testParkWhenPinned(GetThreadStateTest.java:298)
Exception in thread "" java.lang.ExceptionInInitializerError
at GetThreadStateTest.lambda$testParkWhenPinned$9(GetThreadStateTest.java:289)
at java.base/java.lang.ThreadBuilders$BoundVirtualThread.run(ThreadBuilders.java:437)
Caused by: java.lang.UnsupportedOperationException: Platform does not support native linker
at java.base/jdk.internal.foreign.abi.SharedUtils.getSystemLinker(SharedUtils.java:255)
at java.base/java.lang.foreign.Linker.nativeLinker(Linker.java:592)
at jdk.test.lib.thread.VThreadPinner.invoker(VThreadPinner.java:126)
at jdk.test.lib.thread.VThreadPinner.<clinit>(VThreadPinner.java:50)
... 2 more
test result log snippet:
"MainThread" #19 [221517] prio=5 os_prio=0 cpu=509.03ms elapsed=480.14s tid=0xa2d4c620 nid=221517 waiting on condition [0xa29fd000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleepNanos0(java.base@23/Native Method)
at java.lang.Thread.sleepNanos(java.base@23/Thread.java:496)
at java.lang.Thread.sleep(java.base@23/Thread.java:527)
at GetThreadStateTest.awaitTrue(GetThreadStateTest.java:350)
at GetThreadStateTest.testParkWhenPinned(GetThreadStateTest.java:298)
Exception in thread "" java.lang.ExceptionInInitializerError
at GetThreadStateTest.lambda$testParkWhenPinned$9(GetThreadStateTest.java:289)
at java.base/java.lang.ThreadBuilders$BoundVirtualThread.run(ThreadBuilders.java:437)
Caused by: java.lang.UnsupportedOperationException: Platform does not support native linker
at java.base/jdk.internal.foreign.abi.SharedUtils.getSystemLinker(SharedUtils.java:255)
at java.base/java.lang.foreign.Linker.nativeLinker(Linker.java:592)
at jdk.test.lib.thread.VThreadPinner.invoker(VThreadPinner.java:126)
at jdk.test.lib.thread.VThreadPinner.<clinit>(VThreadPinner.java:50)
... 2 more
- relates to
-
JDK-8338285 JEP 501: Deprecate the 32-bit x86 Port for Removal
-
- Closed
-