hotspot/test/gc/stress/gcbasher/TestGCBasherWithSerial.java
changeset 46359 76dd8f312458
parent 43455 96560cffef4d
equal deleted inserted replaced
46358:10e532e20c7d 46359:76dd8f312458
    33  * @summary Stress the Serial GC by trying to make old objects more likely to be garbage than young objects.
    33  * @summary Stress the Serial GC by trying to make old objects more likely to be garbage than young objects.
    34  * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx256m -server -XX:+UseSerialGC TestGCBasherWithSerial 120000
    34  * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx256m -server -XX:+UseSerialGC TestGCBasherWithSerial 120000
    35  */
    35  */
    36 public class TestGCBasherWithSerial {
    36 public class TestGCBasherWithSerial {
    37     public static void main(String[] args) throws IOException {
    37     public static void main(String[] args) throws IOException {
    38         TestGCBasher.run(args);
    38         TestGCBasher.main(args);
    39     }
    39     }
    40 }
    40 }