< prev index next >

test/TEST.ROOT

Print this page

        

*** 21,30 **** --- 21,37 ---- exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi java/util/stream javax/rmi # Group definitions groups=TEST.groups [closed/TEST.groups] + # 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 + requires.extraPropDefns.bootlibs = ../../test/lib/sun + requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses + # Allow querying of sun.arch.data.model in @requires clauses requires.properties=sun.arch.data.model # Tests using jtreg 4.2 b02 features requiredVersion=4.2 b02
< prev index next >