Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions test/hotspot/jtreg/gc/shenandoah/TestAllocHumongousFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestAllocHumongousFragment
* @test id=passive
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -51,7 +51,7 @@
*/

/*
* @test TestAllocHumongousFragment
* @test id=aggressive
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -79,7 +79,7 @@
*/

/*
* @test TestAllocHumongousFragment
* @test id=adaptive
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -96,7 +96,7 @@
*/

/*
* @test TestAllocHumongousFragment
* @test id=static
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -108,7 +108,7 @@
*/

/*
* @test TestAllocHumongousFragment
* @test id=compact
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -120,7 +120,7 @@
*/

/*
* @test TestAllocHumongousFragment
* @test id=iu-aggressive
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -148,7 +148,7 @@
*/

/*
* @test TestAllocHumongousFragment
* @test id=iu
* @summary Make sure Shenandoah can recover from humongous allocation fragmentation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down
16 changes: 8 additions & 8 deletions test/hotspot/jtreg/gc/shenandoah/TestAllocIntArrays.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=passive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -51,7 +51,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=aggressive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -83,7 +83,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=adaptive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -100,7 +100,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=static
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -112,7 +112,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=compact
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -124,7 +124,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=no-tlab
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -137,7 +137,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=iu-aggressive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -169,7 +169,7 @@
*/

/*
* @test TestAllocIntArrays
* @test id=iu
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down
16 changes: 8 additions & 8 deletions test/hotspot/jtreg/gc/shenandoah/TestAllocObjectArrays.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=passive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -51,7 +51,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=aggressive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -83,7 +83,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=adaptive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -100,7 +100,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=static
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -112,7 +112,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=compact
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -124,7 +124,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=no-tlab
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand All @@ -137,7 +137,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=iu-aggressive
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down Expand Up @@ -169,7 +169,7 @@
*/

/*
* @test TestAllocObjectArrays
* @test id=iu
* @summary Acceptance tests: collector can withstand allocation
* @key randomness
* @requires vm.gc.Shenandoah
Expand Down
14 changes: 7 additions & 7 deletions test/hotspot/jtreg/gc/shenandoah/TestAllocObjects.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestAllocObjects
* @test id=passive
* @summary Acceptance tests: collector can withstand allocation
* @requires vm.gc.Shenandoah
*
Expand All @@ -49,7 +49,7 @@
*/

/*
* @test TestAllocObjects
* @test id=aggressive
* @summary Acceptance tests: collector can withstand allocation
* @requires vm.gc.Shenandoah
*
Expand Down Expand Up @@ -85,7 +85,7 @@
*/

/*
* @test TestAllocObjects
* @test id=adaptive
* @summary Acceptance tests: collector can withstand allocation
* @requires vm.gc.Shenandoah
*
Expand All @@ -105,7 +105,7 @@
*/

/*
* @test TestAllocObjects
* @test id=static
* @summary Acceptance tests: collector can withstand allocation
* @requires vm.gc.Shenandoah
*
Expand All @@ -120,7 +120,7 @@
*/

/*
* @test TestAllocObjects
* @test id=compact
* @summary Acceptance tests: collector can withstand allocation
* @requires vm.gc.Shenandoah
*
Expand All @@ -135,7 +135,7 @@
*/

/*
* @test TestAllocObjects
* @test id=iu-aggressive
* @summary Acceptance tests: collector can withstand allocation
* @requires vm.gc.Shenandoah
*
Expand Down Expand Up @@ -165,7 +165,7 @@
*/

/*
* @test TestAllocObjects
* @test id=iu
* @summary Acceptance tests: collector can withstand allocation
* @requires vm.gc.Shenandoah
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestArrayCopyCheckCast
* @test
* @requires vm.gc.Shenandoah
*
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:TieredStopAtLevel=0 -Xmx16m TestArrayCopyCheckCast
Expand Down
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gc/shenandoah/TestArrayCopyStress.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import jdk.test.lib.Utils;

/*
* @test TestArrayCopyStress
* @test
* @key randomness
* @requires vm.gc.Shenandoah
* @library /test/lib
Expand Down
14 changes: 7 additions & 7 deletions test/hotspot/jtreg/gc/shenandoah/TestDynamicSoftMaxHeapSize.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestDynamicSoftMaxHeapSize
* @test id=passive
* @requires vm.gc.Shenandoah
* @library /test/lib
*
Expand All @@ -41,7 +41,7 @@
*/

/*
* @test TestDynamicSoftMaxHeapSize
* @test id=aggressive
* @requires vm.gc.Shenandoah
* @library /test/lib
*
Expand All @@ -52,7 +52,7 @@
*/

/*
* @test TestDynamicSoftMaxHeapSize
* @test id=adaptive
* @requires vm.gc.Shenandoah
* @library /test/lib
*
Expand All @@ -63,7 +63,7 @@
*/

/*
* @test TestDynamicSoftMaxHeapSize
* @test id=static
* @requires vm.gc.Shenandoah
* @library /test/lib
*
Expand All @@ -74,7 +74,7 @@
*/

/*
* @test TestDynamicSoftMaxHeapSize
* @test id=compact
* @requires vm.gc.Shenandoah
* @library /test/lib
*
Expand All @@ -85,7 +85,7 @@
*/

/*
* @test TestDynamicSoftMaxHeapSize
* @test id=iu-aggressive
* @requires vm.gc.Shenandoah
* @library /test/lib
*
Expand All @@ -96,7 +96,7 @@
*/

/*
* @test TestDynamicSoftMaxHeapSize
* @test id=iu
* @requires vm.gc.Shenandoah
* @library /test/lib
*
Expand Down
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gc/shenandoah/TestElasticTLAB.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestElasticTLAB
* @test
* @key randomness
* @summary Test that Shenandoah is able to work with elastic TLABs
* @requires vm.gc.Shenandoah
Expand Down
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
* @test TestEvilSyncBug
* @test
* @summary Tests for crash/assert when attaching init thread during shutdown
* @requires vm.gc.Shenandoah
* @library /test/lib
Expand Down
6 changes: 3 additions & 3 deletions test/hotspot/jtreg/gc/shenandoah/TestGCThreadGroups.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/**
* @test TestGCThreadGroups
* @test id=passive
* @summary Test Shenandoah GC uses concurrent/parallel threads correctly
* @requires vm.gc.Shenandoah
*
Expand All @@ -35,7 +35,7 @@
*/

/**
* @test TestGCThreadGroups
* @test id=default
* @summary Test Shenandoah GC uses concurrent/parallel threads correctly
* @requires vm.gc.Shenandoah
*
Expand Down Expand Up @@ -77,7 +77,7 @@
*/

/**
* @test TestGCThreadGroups
* @test id=iu
* @summary Test Shenandoah GC uses concurrent/parallel threads correctly
* @requires vm.gc.Shenandoah
*
Expand Down
Loading