Skip to content

Commit ac274c4

Browse files
committedMay 23, 2022
8286956: Loom: Define test groups for development/porting use
Reviewed-by: alanb, zgu
1 parent 5d8d6da commit ac274c4

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
 

‎test/hotspot/jtreg/TEST.groups

+16
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,22 @@ hotspot_vector_2 = \
108108
hotspot_compiler_arraycopy = \
109109
compiler/arraycopy/stress
110110

111+
tier1_loom = \
112+
:tier1_loom_runtime \
113+
:tier1_loom_serviceability
114+
115+
tier1_loom_runtime = \
116+
runtime/vthread \
117+
runtime/jni/IsVirtualThread
118+
119+
tier1_loom_serviceability = \
120+
serviceability/jvmti/vthread \
121+
serviceability/jvmti/events \
122+
serviceability/dcmd/thread
123+
124+
hotspot_loom = \
125+
:tier1_loom
126+
111127
tier1_common = \
112128
sanity/BasicVMTest.java \
113129
gtest/GTestWrapper.java \

‎test/jdk/TEST.groups

+12
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,18 @@ jdk_launcher = \
265265
tools/launcher \
266266
sun/tools
267267

268+
jdk_loom = \
269+
com/sun/management/HotSpotDiagnosticMXBean/ \
270+
java/lang/Thread \
271+
java/lang/ThreadGroup \
272+
java/lang/management/ThreadMXBean \
273+
java/util/concurrent \
274+
java/net/vthread \
275+
java/nio/channels/vthread \
276+
jdk/internal/misc/ThreadFlock \
277+
jdk/internal/vm/Continuation \
278+
jdk/jfr/threading
279+
268280
#
269281
# Tool (and tool API) tests are split into core and svc groups
270282
#

0 commit comments

Comments
 (0)
Please sign in to comment.