< prev index next >
test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithParallel.java
Print this page
rev 58805 : [mq]: randomness-code_gc
rev 58806 : imported patch randomness-keyword_gc
*** 24,34 ****
package gc.stress.gcold;
/*
* @test TestGCOldWithParallel
! * @key gc
* @library / /test/lib
* @requires vm.gc.Parallel
* @summary Stress the Parallel GC by trying to make old objects more likely to be garbage than young objects.
* @run main/othervm -Xmx384M -XX:+UseParallelGC gc.stress.gcold.TestGCOld 50 1 20 10 10000
*/
--- 24,34 ----
package gc.stress.gcold;
/*
* @test TestGCOldWithParallel
! * @key gc randomness
* @library / /test/lib
* @requires vm.gc.Parallel
* @summary Stress the Parallel GC by trying to make old objects more likely to be garbage than young objects.
* @run main/othervm -Xmx384M -XX:+UseParallelGC gc.stress.gcold.TestGCOld 50 1 20 10 10000
*/
< prev index next >