Skip to content

Commit aa38284

Browse files
committedDec 6, 2024
8345435: Eliminate tier1_compiler_not_xcomp group
Reviewed-by: kvn
1 parent 9284602 commit aa38284

13 files changed

+23
-17
lines changed
 

‎test/hotspot/jtreg/TEST.groups

+2-9
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ hotspot_all_no_apps = \
3838
hotspot_compiler = \
3939
compiler
4040

41-
hotspot_compiler_xcomp = \
42-
:hotspot_compiler \
43-
-:tier1_compiler_not_xcomp
44-
4541
hotspot_gc = \
4642
gc
4743

@@ -151,8 +147,7 @@ tier1_common = \
151147
tier1_compiler = \
152148
:tier1_compiler_1 \
153149
:tier1_compiler_2 \
154-
:tier1_compiler_3 \
155-
:tier1_compiler_not_xcomp
150+
:tier1_compiler_3
156151

157152
hotspot_not_fast_compiler = \
158153
:hotspot_compiler \
@@ -210,6 +205,7 @@ tier1_compiler_3 = \
210205
compiler/macronodes/ \
211206
compiler/memoryinitialization/ \
212207
compiler/osr/ \
208+
compiler/profiling \
213209
compiler/regalloc/ \
214210
compiler/runtime/ \
215211
compiler/startup/ \
@@ -269,9 +265,6 @@ tier3_compiler = \
269265
-:tier1_compiler \
270266
-:tier2_compiler
271267

272-
tier1_compiler_not_xcomp = \
273-
compiler/profiling
274-
275268
ctw_1 = \
276269
applications/ctw/modules/ \
277270
-:ctw_2 \

‎test/hotspot/jtreg/compiler/profiling/TestMethodHandleInvokesIntrinsic.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
* @bug 8041458
2727
* @summary profiling of arguments in C1 at MethodHandle invoke of intrinsic tries to profile popped argument.
2828
*
29+
* @requires vm.compMode != "Xcomp"
2930
* @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
3031
* -XX:TieredStopAtLevel=3
3132
* compiler.profiling.TestMethodHandleInvokesIntrinsic

‎test/hotspot/jtreg/compiler/profiling/TestMultiBranchDataOverflow.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,7 @@
2525
* @test
2626
* @bug 8251458
2727
* @summary Test int range overflow of MultiBranchData counter.
28+
* @requires vm.compMode != "Xcomp"
2829
* @run main/othervm -XX:CompileCommand=dontinline,compiler.profiling.TestMultiBranchDataOverflow::test
2930
* -Xbatch -XX:Tier4BackEdgeThreshold=2147483647
3031
* compiler.profiling.TestMultiBranchDataOverflow

‎test/hotspot/jtreg/compiler/profiling/TestProfileCounterOverflow.java

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
23
* Copyright (c) 2019, Loongson Technology Co. Ltd. All rights reserved.
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
@@ -25,6 +26,7 @@
2526
* @test
2627
* @bug 8224162
2728
* @summary Profile counter for a call site may overflow.
29+
* @requires vm.compMode != "Xcomp"
2830
* @run main/othervm -Xbatch -XX:-UseOnStackReplacement -XX:+IgnoreUnrecognizedVMOptions -XX:MaxTrivialSize=0 -XX:C1MaxTrivialSize=0 compiler.profiling.TestProfileCounterOverflow
2931
*/
3032

‎test/hotspot/jtreg/compiler/profiling/TestSharedHeadExceptionBackedges.java

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @test
2626
* bug 8280842
2727
* @summary Access violation in ciTypeFlow::profiled_count
28+
* @requires vm.compMode != "Xcomp"
2829
* @run main/othervm -XX:-BackgroundCompilation TestSharedHeadExceptionBackedges
2930
*/
3031

‎test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
* @bug 8031752
2727
* @summary speculative traps need to be cleaned up at GC
2828
*
29+
* @requires vm.compMode != "Xcomp"
2930
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation
3031
* -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
3132
* -XX:CompileThreshold=10000

‎test/hotspot/jtreg/compiler/profiling/TestTypeProfileArgsLimit.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
* @bug 8295406
2727
* @summary Tests execution with TypeProfileArgsLimit=0 TypeProfileLevel=222.
2828
*
29+
* @requires vm.compMode != "Xcomp"
2930
* @run main/othervm -XX:TypeProfileArgsLimit=0 -XX:TypeProfileLevel=222 compiler.profiling.TestTypeProfileArgsLimit
3031
* @run main/othervm -XX:TypeProfileArgsLimit=0 -XX:TypeProfileLevel=212 compiler.profiling.TestTypeProfileArgsLimit
3132
* @run main/othervm -XX:TypeProfileArgsLimit=0 -XX:TypeProfileLevel=202 compiler.profiling.TestTypeProfileArgsLimit

‎test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,7 @@
3131
*
3232
* @comment the test can't be run w/ TieredStopAtLevel < 4
3333
* @requires vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4
34+
* @requires vm.compMode != "Xcomp"
3435
*
3536
* @library /test/lib /
3637
* @build jdk.test.whitebox.WhiteBox

‎test/hotspot/jtreg/compiler/profiling/TestUnexpectedProfilingMismatch.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
* @bug 8027631
2727
* @summary profiling of arguments at calls cannot rely on signature of callee for types
2828
*
29+
* @requires vm.compMode != "Xcomp"
2930
* @run main/othervm -XX:-BackgroundCompilation -XX:TieredStopAtLevel=3 -XX:TypeProfileLevel=111
3031
* -XX:Tier3InvocationThreshold=200 -XX:Tier0InvokeNotifyFreqLog=7
3132
* compiler.profiling.TestUnexpectedProfilingMismatch

‎test/hotspot/jtreg/compiler/profiling/UnsafeAccess.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,7 @@
2525
* @bug 8134918
2626
* @modules java.base/jdk.internal.misc
2727
*
28+
* @requires vm.compMode != "Xcomp"
2829
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -Xbatch
2930
* -XX:CompileCommand=dontinline,compiler.profiling.UnsafeAccess::test*
3031
* compiler.profiling.UnsafeAccess

‎test/hotspot/jtreg/compiler/profiling/spectrapredefineclass/Launcher.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @modules java.base/jdk.internal.misc
2929
* java.instrument
3030
* @requires vm.jvmti & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
31+
* @requires vm.compMode != "Xcomp"
3132
* @build compiler.profiling.spectrapredefineclass.Agent
3233
* @run driver jdk.test.lib.helpers.ClassFileInstaller compiler.profiling.spectrapredefineclass.Agent
3334
* @run driver compiler.profiling.spectrapredefineclass.Launcher

‎test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @modules java.base/jdk.internal.misc
2929
* java.instrument
3030
* @requires vm.jvmti & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
31+
* @requires vm.compMode != "Xcomp"
3132
* @build compiler.profiling.spectrapredefineclass_classloaders.Agent
3233
* compiler.profiling.spectrapredefineclass_classloaders.Test
3334
* compiler.profiling.spectrapredefineclass_classloaders.A

‎test/hotspot/jtreg/compiler/profiling/unloadingconflict/TestProfileConflictClassUnloading.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,7 @@
2727
* @summary class unloading resets profile, method compiled after the profile is
2828
* first set and before class loading sets unknown bit with not recorded class
2929
* @library /
30+
* @requires vm.compMode != "Xcomp"
3031
* @build compiler.profiling.unloadingconflict.B
3132
* @run main/othervm -XX:TypeProfileLevel=222 -XX:-BackgroundCompilation
3233
* compiler.profiling.unloadingconflict.TestProfileConflictClassUnloading

0 commit comments

Comments
 (0)
Please sign in to comment.