Skip to content

Commit 9eab2ce

Browse files
committed
8339869: [21u] Test CreationTime.java fails with UnsatisfiedLinkError after 8334339
Backport-of: 34b4bd4
1 parent f95f7f4 commit 9eab2ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
* that support it, tests using /tmp directory.
2828
* @library ../.. /test/lib
2929
* @build jdk.test.lib.Platform
30-
* @run main/native CreationTime
30+
* @comment We see this failing with "UnsatisfiedLinkError: Native Library ...libCreationTimeHelper.so already loaded in another classloader". Thus run as othervm
31+
* @run main/othervm CreationTime
3132
*/
3233

3334
/* @test id=cwd

0 commit comments

Comments
 (0)