# HG changeset patch # User brutisso # Date 1418909400 0 # Node ID f3a2bc065255bb7b0c857f3225dc26e183b7aabb # Parent 09eda8b3ab3e406c845aa464fbe42b775ed7352a# Parent 279085467d0a2697277ab8831ffac0ff7c566978 Merge diff -r 09eda8b3ab3e -r f3a2bc065255 hotspot/test/gc/TestSmallHeap.java --- a/hotspot/test/gc/TestSmallHeap.java Thu Dec 18 11:23:18 2014 +0000 +++ b/hotspot/test/gc/TestSmallHeap.java Thu Dec 18 13:30:00 2014 +0000 @@ -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