8164608: [TESTBUG] compiler/profiling tests fail to compile
Reviewed-by: ctornqvi
This commit is contained in:
parent
1693d3968d
commit
0391d651ef
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user