Skip to content

Commit 05b4812

Browse files
committedFeb 23, 2025
8350041: Skip test/jdk/java/lang/String/nativeEncoding/StringPlatformChars.java on static JDK
Reviewed-by: alanb
1 parent a891630 commit 05b4812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/jdk/java/lang/String/nativeEncoding/StringPlatformChars.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -23,6 +23,7 @@
2323

2424
/*
2525
* @test
26+
* @requires !jdk.static
2627
* @run main/othervm/native -Xcheck:jni StringPlatformChars
2728
*/
2829
import java.util.Arrays;

0 commit comments

Comments
 (0)
Please sign in to comment.