< prev index next >

test/jdk/TEST.ROOT

Print this page
rev 51053 : 8207830: [aix] disable jfr in build and tests


  25 exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi java/util/stream java/util/Arrays/largeMemory java/util/BitSet/stream javax/rmi
  26 # Group definitions
  27 groups=TEST.groups
  28 
  29 # Allow querying of various System properties in @requires clauses
  30 #
  31 # Source files for classes that will be used at the beginning of each test suite run,
  32 # to determine additional characteristics of the system for use with the @requires tag.
  33 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  34 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  35 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
  36 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  37 requires.properties= \
  38     sun.arch.data.model \
  39     java.runtime.name \
  40     vm.gc.Z \
  41     vm.graal.enabled \
  42     vm.cds \
  43     vm.hasSA \
  44     vm.hasSAandCanAttach \

  45     docker.support \
  46     release.implementor
  47 
  48 # Minimum jtreg version
  49 requiredVersion=4.2 b12
  50 
  51 # Path to libraries in the topmost test directory. This is needed so @library
  52 # does not need ../../ notation to reach them
  53 external.lib.roots = ../../
  54 
  55 # Use new module options
  56 useNewOptions=true
  57 
  58 # Use --patch-module instead of -Xmodule:
  59 useNewPatchModule=true


  25 exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi java/util/stream java/util/Arrays/largeMemory java/util/BitSet/stream javax/rmi
  26 # Group definitions
  27 groups=TEST.groups
  28 
  29 # Allow querying of various System properties in @requires clauses
  30 #
  31 # Source files for classes that will be used at the beginning of each test suite run,
  32 # to determine additional characteristics of the system for use with the @requires tag.
  33 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  34 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  35 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
  36 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  37 requires.properties= \
  38     sun.arch.data.model \
  39     java.runtime.name \
  40     vm.gc.Z \
  41     vm.graal.enabled \
  42     vm.cds \
  43     vm.hasSA \
  44     vm.hasSAandCanAttach \
  45     vm.hasJFR \
  46     docker.support \
  47     release.implementor
  48 
  49 # Minimum jtreg version
  50 requiredVersion=4.2 b12
  51 
  52 # Path to libraries in the topmost test directory. This is needed so @library
  53 # does not need ../../ notation to reach them
  54 external.lib.roots = ../../
  55 
  56 # Use new module options
  57 useNewOptions=true
  58 
  59 # Use --patch-module instead of -Xmodule:
  60 useNewPatchModule=true
< prev index next >