8067873: gc/TestSmallHeap.java does not compile

Reviewed-by: mgerdin, jwilhelm
This commit is contained in:
Bengt Rutisson 2014-12-18 13:37:02 +01:00
parent cc786b287d
commit d418f56e60

@ -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