Skip to content

Commit 7e9e649

Browse files
author
SendaoYan
committed
8378083: Mark shenandoah/generational/TestOldGrowthTriggers.java as flagless
Reviewed-by: wkemper
1 parent f4da2d5 commit 7e9e649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/hotspot/jtreg/gc/shenandoah/generational/TestOldGrowthTriggers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
* @summary Test that growth of old-gen triggers old-gen marking
2828
* @key intermittent
2929
* @requires vm.gc.Shenandoah
30+
* @requires vm.flagless
3031
* @library /test/lib
3132
* @run driver TestOldGrowthTriggers
3233
*/
3334

3435
import java.util.*;
3536
import java.math.BigInteger;
3637

37-
import jdk.test.lib.Asserts;
3838
import jdk.test.lib.process.ProcessTools;
3939
import jdk.test.lib.process.OutputAnalyzer;
4040

test/lib/jdk/test/lib/process/ProcessTools.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ public static ProcessBuilder createTestJavaProcessBuilder(String... command) {
575575
* "test.vm.opts" and "test.java.opts"</b> and this method will
576576
* not do that.
577577
*
578-
* <p>If you still chose to use
578+
* <p>If you still choose to use
579579
* createLimitedTestJavaProcessBuilder() you should probably use
580580
* it in combination with <b>@requires vm.flagless</b> JTREG
581581
* anotation as to not waste energy and test resources.
@@ -609,7 +609,7 @@ public static ProcessBuilder createLimitedTestJavaProcessBuilder(List<String> co
609609
* "test.vm.opts" and "test.java.opts"</b> and this method will
610610
* not do that.
611611
*
612-
* <p>If you still chose to use
612+
* <p>If you still choose to use
613613
* createLimitedTestJavaProcessBuilder() you should probably use
614614
* it in combination with <b>@requires vm.flagless</b> JTREG
615615
* anotation as to not waste energy and test resources.

0 commit comments

Comments
 (0)