1 #
   2 # Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 #
  25 
  26 # This file identifies the root of the test-suite hierarchy.
  27 # It also contains test-suite configuration information.
  28 
  29 # The list of keywords supported in this test suite
  30 # randomness:           test uses randomness, test cases differ from run to run
  31 keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent randomness
  32 
  33 groups=TEST.groups TEST.quick-groups
  34 
  35 # Source files for classes that will be used at the beginning of each test suite run,
  36 # to determine additional characteristics of the system for use with the @requires tag.
  37 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  38 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
  39 requires.extraPropDefns.bootlibs = ../../lib/sun \
  40     ../../lib/jdk/test/lib/Platform.java \
  41     ../../lib/jdk/test/lib/Container.java
  42 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  43 requires.properties= \
  44     sun.arch.data.model \
  45     vm.simpleArch \
  46     vm.bits \
  47     vm.flightRecorder \
  48     vm.gc.G1 \
  49     vm.gc.Serial \
  50     vm.gc.Parallel \
  51     vm.gc.Shenandoah \
  52     vm.gc.Epsilon \
  53     vm.gc.Z \
  54     vm.jvmci \
  55     vm.emulatedClient \
  56     vm.cpu.features \
  57     vm.debug \
  58     vm.hasSA \
  59     vm.hasJFR \
  60     vm.rtm.cpu \
  61     vm.rtm.compiler \
  62     vm.aot \
  63     vm.aot.enabled \
  64     vm.cds \
  65     vm.cds.custom.loaders \
  66     vm.cds.archived.java.heap \
  67     vm.graal.enabled \
  68     vm.compiler1.enabled \
  69     vm.compiler2.enabled \
  70     docker.support \
  71     test.vm.gc.nvdimm \
  72     vm.flagless
  73 
  74 # Minimum jtreg version
  75 requiredVersion=5.1 b1
  76 
  77 # Path to libraries in the topmost test directory. This is needed so @library
  78 # does not need ../../../ notation to reach them
  79 external.lib.roots = ../../../
  80 
  81 # Use new module options
  82 useNewOptions=true
  83 
  84 # Use --patch-module instead of -Xmodule:
  85 useNewPatchModule=true