< prev index next >

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

Print this page

        

*** 62,71 **** --- 62,76 ---- /** * Returns the value of 'test.java.opts' system property. */ public static final String JAVA_OPTIONS = System.getProperty("test.java.opts", "").trim(); + /** + * Returns the value of 'test.src' system property. + */ + public static final String TEST_SRC = System.getProperty("test.src", "").trim(); + private static Unsafe unsafe = null; /** * Defines property name for seed value. */
< prev index next >