equal
deleted
inserted
replaced
32 * @library ../share |
32 * @library ../share |
33 * @requires vm.opt.ExplicitGCInvokesConcurrent != true |
33 * @requires vm.opt.ExplicitGCInvokesConcurrent != true |
34 * @build common.* |
34 * @build common.* |
35 * @build utils.* |
35 * @build utils.* |
36 * |
36 * |
37 * @run main/othervm -XX:+UsePerfData GcCauseTest01 |
37 * @run main/othervm -XX:+UsePerfData -Xmx128M GcCauseTest01 |
38 */ |
38 */ |
39 import utils.*; |
39 import utils.*; |
40 |
40 |
41 public class GcCauseTest01 { |
41 public class GcCauseTest01 { |
42 |
42 |