< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 53172 : [mq]: 8216180
   1 #
   2 # Copyright (c) 2005, 2018, 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 #


  42     vm.simpleArch \
  43     vm.bits \
  44     vm.flightRecorder \
  45     vm.gc.G1 \
  46     vm.gc.Serial \
  47     vm.gc.Parallel \
  48     vm.gc.ConcMarkSweep \
  49     vm.gc.Shenandoah \
  50     vm.gc.Epsilon \
  51     vm.gc.Z \
  52     vm.jvmci \
  53     vm.emulatedClient \
  54     vm.cpu.features \
  55     vm.debug \
  56     vm.hasSA \
  57     vm.hasSAandCanAttach \
  58     vm.hasJFR \
  59     vm.rtm.cpu \
  60     vm.rtm.compiler \
  61     vm.aot \

  62     vm.cds \
  63     vm.cds.custom.loaders \
  64     vm.cds.archived.java.heap \
  65     vm.graal.enabled \
  66     vm.compiler1.enabled \
  67     vm.compiler2.enabled \
  68     docker.support
  69 
  70 # Minimum jtreg version
  71 requiredVersion=4.2 b13
  72 
  73 # Path to libraries in the topmost test directory. This is needed so @library
  74 # does not need ../../../ notation to reach them
  75 external.lib.roots = ../../../
  76 
  77 # Use new module options
  78 useNewOptions=true
  79 
  80 # Use --patch-module instead of -Xmodule:
  81 useNewPatchModule=true
   1 #
   2 # Copyright (c) 2005, 2019, 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 #


  42     vm.simpleArch \
  43     vm.bits \
  44     vm.flightRecorder \
  45     vm.gc.G1 \
  46     vm.gc.Serial \
  47     vm.gc.Parallel \
  48     vm.gc.ConcMarkSweep \
  49     vm.gc.Shenandoah \
  50     vm.gc.Epsilon \
  51     vm.gc.Z \
  52     vm.jvmci \
  53     vm.emulatedClient \
  54     vm.cpu.features \
  55     vm.debug \
  56     vm.hasSA \
  57     vm.hasSAandCanAttach \
  58     vm.hasJFR \
  59     vm.rtm.cpu \
  60     vm.rtm.compiler \
  61     vm.aot \
  62     vm.aot.enabled \
  63     vm.cds \
  64     vm.cds.custom.loaders \
  65     vm.cds.archived.java.heap \
  66     vm.graal.enabled \
  67     vm.compiler1.enabled \
  68     vm.compiler2.enabled \
  69     docker.support
  70 
  71 # Minimum jtreg version
  72 requiredVersion=4.2 b13
  73 
  74 # Path to libraries in the topmost test directory. This is needed so @library
  75 # does not need ../../../ notation to reach them
  76 external.lib.roots = ../../../
  77 
  78 # Use new module options
  79 useNewOptions=true
  80 
  81 # Use --patch-module instead of -Xmodule:
  82 useNewPatchModule=true
< prev index next >