File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
hotspot/jtreg/serviceability/sa Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 * @requires vm.hasSA
3030 * @requires (os.arch != "riscv64" | !(vm.cpu.features ~= ".*qemu.*"))
3131 * @library /test/lib
32- * @run main/othervm/timeout=1200 ClhsdbScanOops UseParallelGC
32+ * @run main/othervm/timeout=1200 ClhsdbScanOops UseParallelGC -XX:InitialHeapSize=100M
3333 */
3434
3535/**
4040 * @requires vm.hasSA
4141 * @requires (os.arch != "riscv64" | !(vm.cpu.features ~= ".*qemu.*"))
4242 * @library /test/lib
43- * @run main/othervm/timeout=1200 ClhsdbScanOops UseSerialGC
43+ * @run main/othervm/timeout=1200ClhsdbScanOops UseSerialGC -XX:InitialHeapSize=100M
4444 */
4545
4646import java .util .HashMap ;
Original file line number Diff line number Diff line change 2929 * @library /test/lib
3030 * @run build TestScaffold VMConnection TargetListener TargetAdapter
3131 * @run compile -g MethodInvokeWithTraceOnTest.java
32- * @run driver MethodInvokeWithTraceOnTest
32+ * @run driver MethodInvokeWithTraceOnTest -XX:InitialHeapSize=100M
3333 */
3434
3535import com .sun .jdi .*;
You can’t perform that action at this time.
0 commit comments