author | iignatyev |
Tue, 02 May 2017 09:30:58 -0700 | |
changeset 46213 | 02cb097768ec |
parent 46212 | 5b2aaf8bced2 |
child 46214 | b6b866fd21b2 |
--- a/test/lib/jdk/test/lib/Utils.java Thu Apr 27 14:40:19 2017 +0200 +++ b/test/lib/jdk/test/lib/Utils.java Tue May 02 09:30:58 2017 -0700 @@ -90,6 +90,11 @@ */ 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 */