2016-06-17 10:07:27 +00:00
|
|
|
#
|
2024-06-18 07:25:17 +00:00
|
|
|
# Copyright (c) 2005, 2024, 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
|
2020-06-09 04:27:22 +00:00
|
|
|
# stress: stress/slow test
|
|
|
|
# headful: test can be run only on headful host
|
|
|
|
# intermittent: flaky test, known to fail intermittently
|
2020-04-09 05:54:35 +00:00
|
|
|
# randomness: test uses randomness, test cases differ from run to run
|
2020-11-12 13:23:57 +00:00
|
|
|
# cgroups: test uses cgroups
|
2023-10-17 09:22:03 +00:00
|
|
|
# flag-sensitive: test is sensitive to certain flags and might fail when flags are passed using -vmoptions and -javaoptions
|
2024-01-25 18:03:16 +00:00
|
|
|
# external-dep: test requires external dependencies to work
|
|
|
|
keys=stress headful intermittent randomness cgroups flag-sensitive external-dep
|
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.
|
2020-06-05 14:28:50 +00:00
|
|
|
# Note: compiled bootlibs classes will be added to BCP.
|
2017-09-12 17:03:59 +00: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 14:28:50 +00:00
|
|
|
requires.extraPropDefns.libs = \
|
2019-07-22 08:48:14 +00:00
|
|
|
../../lib/jdk/test/lib/Platform.java \
|
|
|
|
../../lib/jdk/test/lib/Container.java
|
2023-05-02 13:56:32 +00:00
|
|
|
requires.extraPropDefns.javacOpts = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
|
|
|
requires.extraPropDefns.vmOpts = \
|
|
|
|
-XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
|
|
|
|
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
2016-06-21 14:37:04 +00:00
|
|
|
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 \
|
2018-12-10 14:47:44 +00:00
|
|
|
vm.gc.Shenandoah \
|
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 \
|
2023-07-13 07:20:18 +00:00
|
|
|
vm.jvmci.enabled \
|
2017-01-18 05:38:07 +00:00
|
|
|
vm.emulatedClient \
|
2016-12-21 12:01:01 +00:00
|
|
|
vm.cpu.features \
|
2020-08-26 03:28:10 +00:00
|
|
|
vm.pageSize \
|
2017-06-02 00:34:01 +00:00
|
|
|
vm.debug \
|
2018-06-25 21:04:21 +00:00
|
|
|
vm.hasSA \
|
2018-07-20 07:46:57 +00:00
|
|
|
vm.hasJFR \
|
2022-02-16 20:08:27 +00:00
|
|
|
vm.hasDTrace \
|
2017-06-02 00:34:01 +00:00
|
|
|
vm.rtm.cpu \
|
2018-09-14 19:32:22 +00:00
|
|
|
vm.rtm.compiler \
|
2017-10-02 21:31:34 +00:00
|
|
|
vm.cds \
|
2017-11-28 17:47:04 +00:00
|
|
|
vm.cds.custom.loaders \
|
2024-11-15 22:28:54 +00:00
|
|
|
vm.cds.supports.aot.class.linking \
|
2021-09-10 22:45:26 +00:00
|
|
|
vm.cds.write.archived.java.heap \
|
2022-06-02 09:02:37 +00:00
|
|
|
vm.continuations \
|
2020-08-21 22:49:09 +00:00
|
|
|
vm.jvmti \
|
2017-10-11 02:18:36 +00:00
|
|
|
vm.graal.enabled \
|
2023-07-14 14:10:10 +00:00
|
|
|
jdk.hasLibgraal \
|
2024-09-26 21:38:08 +00:00
|
|
|
vm.libgraal.jit \
|
2018-08-09 01:38:34 +00: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 \
|
2024-10-12 03:25:42 +00:00
|
|
|
container.support \
|
2024-09-11 16:57:13 +00:00
|
|
|
systemd.support \
|
2024-11-11 13:35:25 +00:00
|
|
|
jdk.containerized \
|
|
|
|
jlink.runtime.linkable \
|
|
|
|
jlink.packagedModules
|
2015-02-05 11:54:34 +00:00
|
|
|
|
2017-08-21 03:36:11 +00:00
|
|
|
# Minimum jtreg version
|
2024-06-18 07:25:17 +00:00
|
|
|
requiredVersion=7.4+1
|
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
|