File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
hotspot/jtreg/gc/shenandoah/generational Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
3435import java .util .*;
3536import java .math .BigInteger ;
3637
37- import jdk .test .lib .Asserts ;
3838import jdk .test .lib .process .ProcessTools ;
3939import jdk .test .lib .process .OutputAnalyzer ;
4040
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments