8164608: [TESTBUG] compiler/profiling tests fail to compile
authordpochepk
Tue, 23 Aug 2016 19:30:35 +0300
changeset 40846 5c77538cd897
parent 40616 cdd277abc1e7
child 40847 f9b208358705
8164608: [TESTBUG] compiler/profiling tests fail to compile Reviewed-by: ctornqvi
test/lib/jdk/test/lib/Utils.java
--- a/test/lib/jdk/test/lib/Utils.java	Fri Aug 19 12:17:31 2016 -0700
+++ b/test/lib/jdk/test/lib/Utils.java	Tue Aug 23 19:30:35 2016 +0300
@@ -87,6 +87,16 @@
      */
     public static final String TEST_SRC = System.getProperty("test.src", "").trim();
 
+    /*
+     * Returns the value of 'test.jdk' system property
+     */
+    public static final String TEST_JDK = System.getProperty("test.jdk");
+
+    /**
+     * Returns the value of 'test.classes' system property
+     */
+    public static final String TEST_CLASSES = System.getProperty("test.classes", ".");
+
     private static Unsafe unsafe = null;
 
     /**