2016-06-17 13:07:27 +03:00
|
|
|
#
|
2021-03-18 15:34:58 +00:00
|
|
|
# Copyright (c) 2005, 2021, 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-27 19:08:38 -07: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 13:07:27 +03: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
|
2020-06-08 21:27:22 -07:00
|
|
|
# stress: stress/slow test
|
|
|
|
# headful: test can be run only on headful host
|
|
|
|
# intermittent: flaky test, known to fail intermittently
|
2020-04-08 22:54:35 -07:00
|
|
|
# randomness: test uses randomness, test cases differ from run to run
|
2020-11-12 13:23:57 +00:00
|
|
|
# cgroups: test uses cgroups
|
|
|
|
keys=stress headful intermittent randomness cgroups
|
2013-08-27 22:05:53 -04:00
|
|
|
|
2018-07-05 20:00:04 -07:00
|
|
|
groups=TEST.groups TEST.quick-groups
|
2016-04-07 17:42:30 +04:00
|
|
|
|
2016-06-17 13:07:27 +03: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.
|
2020-06-05 07:28:50 -07:00
|
|
|
# Note: compiled bootlibs classes will be added to BCP.
|
2017-09-12 19:03:59 +02:00
|
|
|
requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
|
2021-08-02 20:44:18 +00:00
|
|
|
requires.extraPropDefns.bootlibs = ../../lib/jdk/test/whitebox
|
2020-06-05 07:28:50 -07:00
|
|
|
requires.extraPropDefns.libs = \
|
2019-07-22 10:48:14 +02:00
|
|
|
../../lib/jdk/test/lib/Platform.java \
|
|
|
|
../../lib/jdk/test/lib/Container.java
|
2020-06-05 07:28:50 -07:00
|
|
|
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
2016-06-21 18:37:04 +04:00
|
|
|
requires.properties= \
|
|
|
|
sun.arch.data.model \
|
|
|
|
vm.simpleArch \
|
2018-06-25 23:04:21 +02:00
|
|
|
vm.bits \
|
2016-06-21 18:37:04 +04:00
|
|
|
vm.flightRecorder \
|
|
|
|
vm.gc.G1 \
|
|
|
|
vm.gc.Serial \
|
|
|
|
vm.gc.Parallel \
|
2018-12-10 15:47:44 +01:00
|
|
|
vm.gc.Shenandoah \
|
2018-06-12 15:03:00 +02: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 17:40:28 +02:00
|
|
|
vm.gc.Z \
|
2016-11-29 00:25:09 +03:00
|
|
|
vm.jvmci \
|
2017-01-17 21:38:07 -08:00
|
|
|
vm.emulatedClient \
|
2016-12-21 15:01:01 +03:00
|
|
|
vm.cpu.features \
|
2020-08-26 11:28:10 +08:00
|
|
|
vm.pageSize \
|
2017-06-01 17:34:01 -07:00
|
|
|
vm.debug \
|
2018-06-25 23:04:21 +02:00
|
|
|
vm.hasSA \
|
2018-07-20 09:46:57 +02:00
|
|
|
vm.hasJFR \
|
2017-06-01 17:34:01 -07:00
|
|
|
vm.rtm.cpu \
|
2018-09-14 15:32:22 -04:00
|
|
|
vm.rtm.compiler \
|
2017-10-02 14:31:34 -07:00
|
|
|
vm.cds \
|
2017-11-28 09:47:04 -08:00
|
|
|
vm.cds.custom.loaders \
|
2021-09-10 22:45:26 +00:00
|
|
|
vm.cds.write.archived.java.heap \
|
2020-08-21 15:49:09 -07:00
|
|
|
vm.jvmti \
|
2017-10-10 19:18:36 -07:00
|
|
|
vm.graal.enabled \
|
2018-08-08 18:38:34 -07:00
|
|
|
vm.compiler1.enabled \
|
|
|
|
vm.compiler2.enabled \
|
2020-10-13 09:35:58 +00:00
|
|
|
vm.musl \
|
2021-03-18 15:34:58 +00:00
|
|
|
vm.flagless \
|
2019-01-29 11:21:43 -08:00
|
|
|
docker.support \
|
2020-10-26 20:30:37 +00:00
|
|
|
jdk.containerized
|
2015-02-05 12:54:34 +01:00
|
|
|
|
2017-08-20 20:36:11 -07:00
|
|
|
# Minimum jtreg version
|
2021-06-02 21:20:12 +00:00
|
|
|
requiredVersion=6+1
|
2015-10-29 12:04:04 -07:00
|
|
|
|
|
|
|
# Path to libraries in the topmost test directory. This is needed so @library
|
2017-09-12 19:03:59 +02:00
|
|
|
# does not need ../../../ notation to reach them
|
|
|
|
external.lib.roots = ../../../
|
2016-05-03 09:09:20 +01:00
|
|
|
|
2016-08-10 15:48:04 -07:00
|
|
|
# Use new module options
|
|
|
|
useNewOptions=true
|
2017-04-19 13:38:12 +02:00
|
|
|
|
|
|
|
# Use --patch-module instead of -Xmodule:
|
|
|
|
useNewPatchModule=true
|