author | brutisso |
Thu, 18 Dec 2014 13:37:02 +0100 | |
changeset 28210 | 279085467d0a |
parent 28207 | 6ad23566cbef |
child 28211 | f3a2bc065255 |
--- a/hotspot/test/gc/TestSmallHeap.java Mon Dec 08 18:57:33 2014 +0100 +++ b/hotspot/test/gc/TestSmallHeap.java Thu Dec 18 13:37:02 2014 +0100 @@ -26,6 +26,7 @@ * @bug 8067438 * @requires vm.gc=="null" * @summary Verify that starting the VM with a small heap works + * @library /testlibrary * @run main/othervm -Xmx4m -XX:+UseParallelGC TestSmallHeap * @run main/othervm -Xmx4m -XX:+UseSerialGC TestSmallHeap * @run main/othervm -Xmx4m -XX:+UseG1GC TestSmallHeap