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