You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10:30:29 STDOUT:
10:30:29 test WithScopedValue.testInheritsScopedValue(java.util.concurrent.Executors$DefaultThreadFactory@1442703a): failure
10:30:29 java.lang.UnsatisfiedLinkError: java/lang/Thread.scopedValueCache()[Ljava/lang/Object;
10:30:29 at java.base/java.lang.Access.scopedValueCache(Access.java:455)
10:30:29 at jdk.incubator.concurrent/jdk.incubator.concurrent.ScopedValue.scopedValueCache(ScopedValue.java:645)
10:30:29 at jdk.incubator.concurrent/jdk.incubator.concurrent.ScopedValue$Cache.invalidate(ScopedValue.java:829)
10:30:29 at jdk.incubator.concurrent/jdk.incubator.concurrent.ScopedValue$Carrier.call(ScopedValue.java:367)
10:30:29 at jdk.incubator.concurrent/jdk.incubator.concurrent.ScopedValue.where(ScopedValue.java:494)
10:30:29 at WithScopedValue.testInheritsScopedValue(WithScopedValue.java:63)
The text was updated successfully, but these errors were encountered:
pshipton
changed the title
jdk/internal/misc/ThreadFlock/WithScopedValue.java
jdk20 OpenJDK jdk/internal/misc/ThreadFlock/WithScopedValue testInheritsScopedValue UnsatisfiedLinkError Thread.scopedValueCache
Feb 2, 2023
In JDK20, extentLocalCache is renamed to scopedValueCache.
JDK19 and JDK20 changes are completely segregated to avoid
cross-contamination if the implementation differs a lot across
JDK versions.
TODO: Thread.findScopedValueBindings needs to be implemented.
This is tracked in eclipse-openj9#16677.
Fixes: eclipse-openj9#16657
Signed-off-by: Babneet Singh <[email protected]>
https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_sanity.openjdk_aarch64_linux_OpenJDK20/1/
All platforms, not platform specific.
jdk_lang
jdk/internal/misc/ThreadFlock/WithScopedValue.java
The text was updated successfully, but these errors were encountered: