test/hotspot/jtreg/gc/parallel/TestPrintGCDetailsVerbose.java
changeset 59241 23ecaf949f8f
parent 53523 4c5184c56dc2
equal deleted inserted replaced
59240:b3116877866f 59241:23ecaf949f8f
    29  * @summary Tests that jvm with maximally verbose GC logging does not crash when ParOldGC has no memory
    29  * @summary Tests that jvm with maximally verbose GC logging does not crash when ParOldGC has no memory
    30  * @key gc
    30  * @key gc
    31  * @requires vm.gc.Parallel
    31  * @requires vm.gc.Parallel
    32  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    33  * @run main/othervm -Xmx50m -XX:+UseParallelGC -Xlog:gc*=trace gc.parallel.TestPrintGCDetailsVerbose
    33  * @run main/othervm -Xmx50m -XX:+UseParallelGC -Xlog:gc*=trace gc.parallel.TestPrintGCDetailsVerbose
    34  * @run main/othervm -Xmx50m -XX:+UseParallelGC -XX:GCTaskTimeStampEntries=1 -Xlog:gc*=trace gc.parallel.TestPrintGCDetailsVerbose
       
    35  */
    34  */
    36 public class TestPrintGCDetailsVerbose {
    35 public class TestPrintGCDetailsVerbose {
    37 
    36 
    38     public static void main(String[] args) {
    37     public static void main(String[] args) {
    39         for (int t = 0; t <= 10; t++) {
    38         for (int t = 0; t <= 10; t++) {