File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,22 @@ hotspot_vector_2 = \
108
108
hotspot_compiler_arraycopy = \
109
109
compiler/arraycopy/stress
110
110
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
+
111
127
tier1_common = \
112
128
sanity/BasicVMTest.java \
113
129
gtest/GTestWrapper.java \
Original file line number Diff line number Diff line change @@ -265,6 +265,18 @@ jdk_launcher = \
265
265
tools/launcher \
266
266
sun/tools
267
267
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
+
268
280
#
269
281
# Tool (and tool API) tests are split into core and svc groups
270
282
#
You can’t perform that action at this time.
0 commit comments