< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page

  1 #
  2 # Copyright (c) 2013, 2023, 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 #

132   runtime/jni/IsVirtualThread
133 
134 tier1_loom_serviceability = \
135   serviceability/jvmti/vthread \
136   serviceability/jvmti/events \
137   serviceability/dcmd/thread
138 
139 hotspot_loom = \
140   :tier1_loom
141 
142 serviceability_ttf_virtual = \
143   serviceability/ \
144   -serviceability/jvmti/vthread \
145   -serviceability/jvmti/thread  \
146   -serviceability/jvmti/events  \
147   -serviceability/jvmti/negative
148 
149 tier1_common = \
150   sanity/BasicVMTest.java \
151   gtest/GTestWrapper.java \

152   gtest/MetaspaceGtests.java \
153   gtest/LargePageGtests.java \
154   gtest/NMTGtests.java \
155 
156 tier1_compiler = \
157   :tier1_compiler_1 \
158   :tier1_compiler_2 \
159   :tier1_compiler_3 \
160   :tier1_compiler_not_xcomp
161 
162 hotspot_not_fast_compiler = \
163   :hotspot_compiler \
164   -:tier1_compiler \
165   -:hotspot_slow_compiler
166 
167 hotspot_slow_compiler = \
168   compiler/codegen/aes \
169   compiler/codecache/stress \
170   compiler/gcbarriers/PreserveFPRegistersTest.java \
171   compiler/memoryinitialization/ZeroTLABTest.java \

  1 #
  2 # Copyright (c) 2013, 2024, 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 #

132   runtime/jni/IsVirtualThread
133 
134 tier1_loom_serviceability = \
135   serviceability/jvmti/vthread \
136   serviceability/jvmti/events \
137   serviceability/dcmd/thread
138 
139 hotspot_loom = \
140   :tier1_loom
141 
142 serviceability_ttf_virtual = \
143   serviceability/ \
144   -serviceability/jvmti/vthread \
145   -serviceability/jvmti/thread  \
146   -serviceability/jvmti/events  \
147   -serviceability/jvmti/negative
148 
149 tier1_common = \
150   sanity/BasicVMTest.java \
151   gtest/GTestWrapper.java \
152   gtest/LockStackGtests.java \
153   gtest/MetaspaceGtests.java \
154   gtest/LargePageGtests.java \
155   gtest/NMTGtests.java \
156 
157 tier1_compiler = \
158   :tier1_compiler_1 \
159   :tier1_compiler_2 \
160   :tier1_compiler_3 \
161   :tier1_compiler_not_xcomp
162 
163 hotspot_not_fast_compiler = \
164   :hotspot_compiler \
165   -:tier1_compiler \
166   -:hotspot_slow_compiler
167 
168 hotspot_slow_compiler = \
169   compiler/codegen/aes \
170   compiler/codecache/stress \
171   compiler/gcbarriers/PreserveFPRegistersTest.java \
172   compiler/memoryinitialization/ZeroTLABTest.java \
< prev index next >