jdk/test/TEST.ROOT
changeset 47019 06122340dbf7
parent 46887 27d6560ebe9f
--- a/jdk/test/TEST.ROOT	Tue Aug 29 20:23:14 2017 +0530
+++ b/jdk/test/TEST.ROOT	Tue Aug 29 17:29:19 2017 +0200
@@ -26,7 +26,17 @@
 groups=TEST.groups [closed/TEST.groups]
 
 # Allow querying of various System properties in @requires clauses
-requires.properties=sun.arch.data.model java.runtime.name
+#
+# Source files for classes that will be used at the beginning of each test suite run,
+# to determine additional characteristics of the system for use with the @requires tag.
+# Note: compiled bootlibs code will be located in the folder 'bootClasses'
+requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
+requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
+requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
+requires.properties= \
+    sun.arch.data.model \
+    java.runtime.name \
+    vm.cds
 
 # Minimum jtreg version
 requiredVersion=4.2 b08