Skip to content

Commit 676f1d7

Browse files
committed
8270094: Shenandoah: Provide human-readable labels for test configurations
Reviewed-by: zgu
1 parent c93204c commit 676f1d7

File tree

81 files changed

+227
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+227
-208
lines changed

test/hotspot/jtreg/gc/shenandoah/TestAllocHumongousFragment.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestAllocHumongousFragment
26+
* @test id=passive
2727
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
2828
* @key randomness
2929
* @requires vm.gc.Shenandoah
@@ -51,7 +51,7 @@
5151
*/
5252

5353
/*
54-
* @test TestAllocHumongousFragment
54+
* @test id=aggressive
5555
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
5656
* @key randomness
5757
* @requires vm.gc.Shenandoah
@@ -79,7 +79,7 @@
7979
*/
8080

8181
/*
82-
* @test TestAllocHumongousFragment
82+
* @test id=adaptive
8383
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
8484
* @key randomness
8585
* @requires vm.gc.Shenandoah
@@ -96,7 +96,7 @@
9696
*/
9797

9898
/*
99-
* @test TestAllocHumongousFragment
99+
* @test id=static
100100
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
101101
* @key randomness
102102
* @requires vm.gc.Shenandoah
@@ -108,7 +108,7 @@
108108
*/
109109

110110
/*
111-
* @test TestAllocHumongousFragment
111+
* @test id=compact
112112
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
113113
* @key randomness
114114
* @requires vm.gc.Shenandoah
@@ -120,7 +120,7 @@
120120
*/
121121

122122
/*
123-
* @test TestAllocHumongousFragment
123+
* @test id=iu-aggressive
124124
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
125125
* @key randomness
126126
* @requires vm.gc.Shenandoah
@@ -148,7 +148,7 @@
148148
*/
149149

150150
/*
151-
* @test TestAllocHumongousFragment
151+
* @test id=iu
152152
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
153153
* @key randomness
154154
* @requires vm.gc.Shenandoah

test/hotspot/jtreg/gc/shenandoah/TestAllocIntArrays.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestAllocIntArrays
26+
* @test id=passive
2727
* @summary Acceptance tests: collector can withstand allocation
2828
* @key randomness
2929
* @requires vm.gc.Shenandoah
@@ -51,7 +51,7 @@
5151
*/
5252

5353
/*
54-
* @test TestAllocIntArrays
54+
* @test id=aggressive
5555
* @summary Acceptance tests: collector can withstand allocation
5656
* @key randomness
5757
* @requires vm.gc.Shenandoah
@@ -83,7 +83,7 @@
8383
*/
8484

8585
/*
86-
* @test TestAllocIntArrays
86+
* @test id=adaptive
8787
* @summary Acceptance tests: collector can withstand allocation
8888
* @key randomness
8989
* @requires vm.gc.Shenandoah
@@ -100,7 +100,7 @@
100100
*/
101101

102102
/*
103-
* @test TestAllocIntArrays
103+
* @test id=static
104104
* @summary Acceptance tests: collector can withstand allocation
105105
* @key randomness
106106
* @requires vm.gc.Shenandoah
@@ -112,7 +112,7 @@
112112
*/
113113

114114
/*
115-
* @test TestAllocIntArrays
115+
* @test id=compact
116116
* @summary Acceptance tests: collector can withstand allocation
117117
* @key randomness
118118
* @requires vm.gc.Shenandoah
@@ -124,7 +124,7 @@
124124
*/
125125

126126
/*
127-
* @test TestAllocIntArrays
127+
* @test id=no-tlab
128128
* @summary Acceptance tests: collector can withstand allocation
129129
* @key randomness
130130
* @requires vm.gc.Shenandoah
@@ -137,7 +137,7 @@
137137
*/
138138

139139
/*
140-
* @test TestAllocIntArrays
140+
* @test id=iu-aggressive
141141
* @summary Acceptance tests: collector can withstand allocation
142142
* @key randomness
143143
* @requires vm.gc.Shenandoah
@@ -169,7 +169,7 @@
169169
*/
170170

171171
/*
172-
* @test TestAllocIntArrays
172+
* @test id=iu
173173
* @summary Acceptance tests: collector can withstand allocation
174174
* @key randomness
175175
* @requires vm.gc.Shenandoah

test/hotspot/jtreg/gc/shenandoah/TestAllocObjectArrays.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestAllocObjectArrays
26+
* @test id=passive
2727
* @summary Acceptance tests: collector can withstand allocation
2828
* @key randomness
2929
* @requires vm.gc.Shenandoah
@@ -51,7 +51,7 @@
5151
*/
5252

5353
/*
54-
* @test TestAllocObjectArrays
54+
* @test id=aggressive
5555
* @summary Acceptance tests: collector can withstand allocation
5656
* @key randomness
5757
* @requires vm.gc.Shenandoah
@@ -83,7 +83,7 @@
8383
*/
8484

8585
/*
86-
* @test TestAllocObjectArrays
86+
* @test id=adaptive
8787
* @summary Acceptance tests: collector can withstand allocation
8888
* @key randomness
8989
* @requires vm.gc.Shenandoah
@@ -100,7 +100,7 @@
100100
*/
101101

102102
/*
103-
* @test TestAllocObjectArrays
103+
* @test id=static
104104
* @summary Acceptance tests: collector can withstand allocation
105105
* @key randomness
106106
* @requires vm.gc.Shenandoah
@@ -112,7 +112,7 @@
112112
*/
113113

114114
/*
115-
* @test TestAllocObjectArrays
115+
* @test id=compact
116116
* @summary Acceptance tests: collector can withstand allocation
117117
* @key randomness
118118
* @requires vm.gc.Shenandoah
@@ -124,7 +124,7 @@
124124
*/
125125

126126
/*
127-
* @test TestAllocObjectArrays
127+
* @test id=no-tlab
128128
* @summary Acceptance tests: collector can withstand allocation
129129
* @key randomness
130130
* @requires vm.gc.Shenandoah
@@ -137,7 +137,7 @@
137137
*/
138138

139139
/*
140-
* @test TestAllocObjectArrays
140+
* @test id=iu-aggressive
141141
* @summary Acceptance tests: collector can withstand allocation
142142
* @key randomness
143143
* @requires vm.gc.Shenandoah
@@ -169,7 +169,7 @@
169169
*/
170170

171171
/*
172-
* @test TestAllocObjectArrays
172+
* @test id=iu
173173
* @summary Acceptance tests: collector can withstand allocation
174174
* @key randomness
175175
* @requires vm.gc.Shenandoah

test/hotspot/jtreg/gc/shenandoah/TestAllocObjects.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestAllocObjects
26+
* @test id=passive
2727
* @summary Acceptance tests: collector can withstand allocation
2828
* @requires vm.gc.Shenandoah
2929
*
@@ -49,7 +49,7 @@
4949
*/
5050

5151
/*
52-
* @test TestAllocObjects
52+
* @test id=aggressive
5353
* @summary Acceptance tests: collector can withstand allocation
5454
* @requires vm.gc.Shenandoah
5555
*
@@ -85,7 +85,7 @@
8585
*/
8686

8787
/*
88-
* @test TestAllocObjects
88+
* @test id=adaptive
8989
* @summary Acceptance tests: collector can withstand allocation
9090
* @requires vm.gc.Shenandoah
9191
*
@@ -105,7 +105,7 @@
105105
*/
106106

107107
/*
108-
* @test TestAllocObjects
108+
* @test id=static
109109
* @summary Acceptance tests: collector can withstand allocation
110110
* @requires vm.gc.Shenandoah
111111
*
@@ -120,7 +120,7 @@
120120
*/
121121

122122
/*
123-
* @test TestAllocObjects
123+
* @test id=compact
124124
* @summary Acceptance tests: collector can withstand allocation
125125
* @requires vm.gc.Shenandoah
126126
*
@@ -135,7 +135,7 @@
135135
*/
136136

137137
/*
138-
* @test TestAllocObjects
138+
* @test id=iu-aggressive
139139
* @summary Acceptance tests: collector can withstand allocation
140140
* @requires vm.gc.Shenandoah
141141
*
@@ -165,7 +165,7 @@
165165
*/
166166

167167
/*
168-
* @test TestAllocObjects
168+
* @test id=iu
169169
* @summary Acceptance tests: collector can withstand allocation
170170
* @requires vm.gc.Shenandoah
171171
*

test/hotspot/jtreg/gc/shenandoah/TestArrayCopyCheckCast.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestArrayCopyCheckCast
26+
* @test
2727
* @requires vm.gc.Shenandoah
2828
*
2929
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:TieredStopAtLevel=0 -Xmx16m TestArrayCopyCheckCast

test/hotspot/jtreg/gc/shenandoah/TestArrayCopyStress.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import jdk.test.lib.Utils;
2727

2828
/*
29-
* @test TestArrayCopyStress
29+
* @test
3030
* @key randomness
3131
* @requires vm.gc.Shenandoah
3232
* @library /test/lib

test/hotspot/jtreg/gc/shenandoah/TestDynamicSoftMaxHeapSize.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestDynamicSoftMaxHeapSize
26+
* @test id=passive
2727
* @requires vm.gc.Shenandoah
2828
* @library /test/lib
2929
*
@@ -41,7 +41,7 @@
4141
*/
4242

4343
/*
44-
* @test TestDynamicSoftMaxHeapSize
44+
* @test id=aggressive
4545
* @requires vm.gc.Shenandoah
4646
* @library /test/lib
4747
*
@@ -52,7 +52,7 @@
5252
*/
5353

5454
/*
55-
* @test TestDynamicSoftMaxHeapSize
55+
* @test id=adaptive
5656
* @requires vm.gc.Shenandoah
5757
* @library /test/lib
5858
*
@@ -63,7 +63,7 @@
6363
*/
6464

6565
/*
66-
* @test TestDynamicSoftMaxHeapSize
66+
* @test id=static
6767
* @requires vm.gc.Shenandoah
6868
* @library /test/lib
6969
*
@@ -74,7 +74,7 @@
7474
*/
7575

7676
/*
77-
* @test TestDynamicSoftMaxHeapSize
77+
* @test id=compact
7878
* @requires vm.gc.Shenandoah
7979
* @library /test/lib
8080
*
@@ -85,7 +85,7 @@
8585
*/
8686

8787
/*
88-
* @test TestDynamicSoftMaxHeapSize
88+
* @test id=iu-aggressive
8989
* @requires vm.gc.Shenandoah
9090
* @library /test/lib
9191
*
@@ -96,7 +96,7 @@
9696
*/
9797

9898
/*
99-
* @test TestDynamicSoftMaxHeapSize
99+
* @test id=iu
100100
* @requires vm.gc.Shenandoah
101101
* @library /test/lib
102102
*

test/hotspot/jtreg/gc/shenandoah/TestElasticTLAB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestElasticTLAB
26+
* @test
2727
* @key randomness
2828
* @summary Test that Shenandoah is able to work with elastic TLABs
2929
* @requires vm.gc.Shenandoah

test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/*
26-
* @test TestEvilSyncBug
26+
* @test
2727
* @summary Tests for crash/assert when attaching init thread during shutdown
2828
* @requires vm.gc.Shenandoah
2929
* @library /test/lib

test/hotspot/jtreg/gc/shenandoah/TestGCThreadGroups.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/**
26-
* @test TestGCThreadGroups
26+
* @test id=passive
2727
* @summary Test Shenandoah GC uses concurrent/parallel threads correctly
2828
* @requires vm.gc.Shenandoah
2929
*
@@ -35,7 +35,7 @@
3535
*/
3636

3737
/**
38-
* @test TestGCThreadGroups
38+
* @test id=default
3939
* @summary Test Shenandoah GC uses concurrent/parallel threads correctly
4040
* @requires vm.gc.Shenandoah
4141
*
@@ -77,7 +77,7 @@
7777
*/
7878

7979
/**
80-
* @test TestGCThreadGroups
80+
* @test id=iu
8181
* @summary Test Shenandoah GC uses concurrent/parallel threads correctly
8282
* @requires vm.gc.Shenandoah
8383
*

0 commit comments

Comments
 (0)