--- old/test/testlibrary/jdk/test/lib/Utils.java 2015-09-18 19:13:47.867572878 +0300 +++ new/test/testlibrary/jdk/test/lib/Utils.java 2015-09-18 19:13:47.779572878 +0300 @@ -64,6 +64,11 @@ */ 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; /**