8179516: add Utils.COMPILE_JDK constant

Reviewed-by: dholmes, gtriantafill
This commit is contained in:
Igor Ignatyev 2017-05-02 09:30:58 -07:00
parent 4d9cf0a5e6
commit 428338949d

View File

@ -90,6 +90,11 @@ public final class Utils {
*/
public static final String TEST_JDK = System.getProperty("test.jdk");
/*
* Returns the value of 'compile.jdk' system property
*/
public static final String COMPILE_JDK= System.getProperty("compile.jdk", TEST_JDK);
/**
* Returns the value of 'test.classes' system property
*/