2016-06-17 10:07:27 +00:00
|
|
|
#
|
2018-02-15 19:39:42 +00:00
|
|
|
# Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
|
2007-12-01 00:00:00 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
|
|
# published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
# accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License version
|
|
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#
|
2010-05-28 02:08:38 +00:00
|
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
|
|
# questions.
|
2016-06-17 10:07:27 +00:00
|
|
|
#
|
2007-12-01 00:00:00 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# This file identifies the root of the test-suite hierarchy.
|
|
|
|
# It also contains test-suite configuration information.
|
|
|
|
|
|
|
|
# The list of keywords supported in this test suite
|
2018-06-05 00:15:37 +00:00
|
|
|
keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent
|
2013-08-28 02:05:53 +00:00
|
|
|
|
2018-07-06 03:00:04 +00:00
|
|
|
groups=TEST.groups TEST.quick-groups
|
2016-04-07 13:42:30 +00:00
|
|
|
|
2016-06-17 10:07:27 +00:00
|
|
|
# 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.
|
2016-06-21 14:37:04 +00:00
|
|
|
# Note: compiled bootlibs code will be located in the folder 'bootClasses'
|
2017-09-12 17:03:59 +00:00
|
|
|
requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
|
|
|
|
requires.extraPropDefns.bootlibs = ../../lib/sun ../../lib/jdk/test/lib/Platform.java
|
2016-06-21 14:37:04 +00:00
|
|
|
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
|
|
|
|
requires.properties= \
|
|
|
|
sun.arch.data.model \
|
|
|
|
vm.simpleArch \
|
2018-06-25 21:04:21 +00:00
|
|
|
vm.bits \
|
2016-06-21 14:37:04 +00:00
|
|
|
vm.flightRecorder \
|
|
|
|
vm.gc.G1 \
|
|
|
|
vm.gc.Serial \
|
|
|
|
vm.gc.Parallel \
|
2016-10-20 13:53:39 +00:00
|
|
|
vm.gc.ConcMarkSweep \
|
2018-06-12 13:03:00 +00:00
|
|
|
vm.gc.Epsilon \
|
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
2018-06-12 15:40:28 +00:00
|
|
|
vm.gc.Z \
|
2016-11-28 21:25:09 +00:00
|
|
|
vm.jvmci \
|
2017-01-18 05:38:07 +00:00
|
|
|
vm.emulatedClient \
|
2016-12-21 12:01:01 +00:00
|
|
|
vm.cpu.features \
|
2017-06-02 00:34:01 +00:00
|
|
|
vm.debug \
|
2018-06-25 21:04:21 +00:00
|
|
|
vm.hasSA \
|
|
|
|
vm.hasSAandCanAttach \
|
2018-07-20 07:46:57 +00:00
|
|
|
vm.hasJFR \
|
2017-06-02 00:34:01 +00:00
|
|
|
vm.rtm.cpu \
|
2018-09-14 19:32:22 +00:00
|
|
|
vm.rtm.compiler \
|
2017-08-03 08:24:34 +00:00
|
|
|
vm.aot \
|
2017-10-02 21:31:34 +00:00
|
|
|
vm.cds \
|
2017-11-28 17:47:04 +00:00
|
|
|
vm.cds.custom.loaders \
|
2018-02-15 19:39:42 +00:00
|
|
|
vm.cds.archived.java.heap \
|
2017-10-11 02:18:36 +00:00
|
|
|
vm.graal.enabled \
|
2018-08-09 01:38:34 +00:00
|
|
|
vm.compiler1.enabled \
|
|
|
|
vm.compiler2.enabled \
|
2017-10-11 02:18:36 +00:00
|
|
|
docker.support
|
2015-02-05 11:54:34 +00:00
|
|
|
|
2017-08-21 03:36:11 +00:00
|
|
|
# Minimum jtreg version
|
2018-08-02 21:40:55 +00:00
|
|
|
requiredVersion=4.2 b13
|
2015-10-29 19:04:04 +00:00
|
|
|
|
|
|
|
# Path to libraries in the topmost test directory. This is needed so @library
|
2017-09-12 17:03:59 +00:00
|
|
|
# does not need ../../../ notation to reach them
|
|
|
|
external.lib.roots = ../../../
|
2016-05-03 08:09:20 +00:00
|
|
|
|
2016-08-10 22:48:04 +00:00
|
|
|
# Use new module options
|
|
|
|
useNewOptions=true
|
2017-04-19 11:38:12 +00:00
|
|
|
|
|
|
|
# Use --patch-module instead of -Xmodule:
|
|
|
|
useNewPatchModule=true
|