8164608: [TESTBUG] compiler/profiling tests fail to compile
Reviewed-by: ctornqvi
--- 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;
/**