Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
/ jdk15u-dev Public archive

Commit 957610f

Browse files
author
Yuri Nesterenko
committed
8252401: Introduce Utils.TEST_NATIVE_PATH
Backport-of: e1d29cd6fb4a9d1ccf2105840e54593a6c3e5c7c
1 parent 8d23594 commit 957610f

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
@@ -117,7 +117,12 @@ public final class Utils {
117117
*/
118118
public static final String TEST_NAME = System.getProperty("test.name", ".");
119119

120-
/**
120+
/**
121+
* Returns the value of 'test.nativepath' system property
122+
*/
123+
public static final String TEST_NATIVE_PATH = System.getProperty("test.nativepath", ".");
124+
125+
/**
121126
* Defines property name for seed value.
122127
*/
123128
public static final String SEED_PROPERTY_NAME = "jdk.test.lib.random.seed";

0 commit comments

Comments
 (0)