8164608: [TESTBUG] compiler/profiling tests fail to compile

Reviewed-by: ctornqvi
This commit is contained in:
Dmitrij Pochepko 2016-08-23 19:30:35 +03:00
parent 1693d3968d
commit 0391d651ef

View File

@ -87,6 +87,16 @@ public final class Utils {
*/
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;
/**