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 #
125 runtime/jni/IsVirtualThread
126
127 tier1_loom_serviceability = \
128 serviceability/jvmti/vthread \
129 serviceability/jvmti/events \
130 serviceability/dcmd/thread
131
132 hotspot_loom = \
133 :tier1_loom
134
135 serviceability_ttf_virtual = \
136 serviceability/ \
137 -serviceability/jvmti/vthread \
138 -serviceability/jvmti/thread \
139 -serviceability/jvmti/events \
140 -serviceability/jvmti/negative
141
142 tier1_common = \
143 sanity/BasicVMTest.java \
144 gtest/GTestWrapper.java \
145 gtest/MetaspaceGtests.java \
146 gtest/LargePageGtests.java \
147 gtest/NMTGtests.java \
148
149 tier1_compiler = \
150 :tier1_compiler_1 \
151 :tier1_compiler_2 \
152 :tier1_compiler_3 \
153 :tier1_compiler_not_xcomp
154
155 hotspot_not_fast_compiler = \
156 :hotspot_compiler \
157 -:tier1_compiler \
158 -:hotspot_slow_compiler
159
160 hotspot_slow_compiler = \
161 compiler/codegen/aes \
162 compiler/codecache/stress \
163 compiler/gcbarriers/PreserveFPRegistersTest.java \
164 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 #
125 runtime/jni/IsVirtualThread
126
127 tier1_loom_serviceability = \
128 serviceability/jvmti/vthread \
129 serviceability/jvmti/events \
130 serviceability/dcmd/thread
131
132 hotspot_loom = \
133 :tier1_loom
134
135 serviceability_ttf_virtual = \
136 serviceability/ \
137 -serviceability/jvmti/vthread \
138 -serviceability/jvmti/thread \
139 -serviceability/jvmti/events \
140 -serviceability/jvmti/negative
141
142 tier1_common = \
143 sanity/BasicVMTest.java \
144 gtest/GTestWrapper.java \
145 gtest/LockStackGtests.java \
146 gtest/MetaspaceGtests.java \
147 gtest/LargePageGtests.java \
148 gtest/NMTGtests.java \
149
150 tier1_compiler = \
151 :tier1_compiler_1 \
152 :tier1_compiler_2 \
153 :tier1_compiler_3 \
154 :tier1_compiler_not_xcomp
155
156 hotspot_not_fast_compiler = \
157 :hotspot_compiler \
158 -:tier1_compiler \
159 -:hotspot_slow_compiler
160
161 hotspot_slow_compiler = \
162 compiler/codegen/aes \
163 compiler/codecache/stress \
164 compiler/gcbarriers/PreserveFPRegistersTest.java \
165 compiler/memoryinitialization/ZeroTLABTest.java \
|