Skip to content

Commit 169b3d2

Browse files
committed
8252401: Introduce Utils.TEST_NATIVE_PATH
Backport-of: e1d29cd
1 parent 2721991 commit 169b3d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/lib/jdk/test/lib/Utils.java

+6-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,12 @@ public final class Utils {
107107
*/
108108
public static final String TEST_NAME = System.getProperty("test.name", ".");
109109

110-
/**
110+
/**
111+
* Returns the value of 'test.nativepath' system property
112+
*/
113+
public static final String TEST_NATIVE_PATH = System.getProperty("test.nativepath", ".");
114+
115+
/**
111116
* Defines property name for seed value.
112117
*/
113118
public static final String SEED_PROPERTY_NAME = "jdk.test.lib.random.seed";

0 commit comments

Comments
 (0)