1 # 2 # Copyright (c) 2020, 2025, 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 # This file identifies the root of the test-suite hierarchy. 25 # It also contains test-suite configuration information. 26 27 # The list of keywords supported in this test suite 28 # randomness: test uses randomness, test cases differ from run to run 29 keys=randomness 30 31 # Minimum jtreg version 32 requiredVersion=7.5.2+1 33 34 # Allow querying of various System properties in @requires clauses 35 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java 36 requires.extraPropDefns.bootlibs = ../lib/jdk/test/whitebox 37 requires.extraPropDefns.libs = \ 38 ../lib/jdk/test/lib/Platform.java \ 39 ../lib/jdk/test/lib/Container.java 40 requires.extraPropDefns.javacOpts = \ 41 --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \ 42 --add-exports java.base/jdk.internal.misc=ALL-UNNAMED 43 requires.extraPropDefns.vmOpts = \ 44 -XX:+UnlockDiagnosticVMOptions \ 45 -XX:+WhiteBoxAPI \ 46 --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \ 47 --add-exports java.base/jdk.internal.misc=ALL-UNNAMED 48 requires.properties= \ 49 jdk.static 50 51 # Path to libraries in the topmost test directory. This is needed so @library 52 # does not need ../../ notation to reach them 53 external.lib.roots = ../../ 54 55 groups=TEST.groups