OpenJDK / portola / portola
changeset 28211:f3a2bc065255
Merge
author | brutisso |
---|---|
date | Thu, 18 Dec 2014 13:30:00 +0000 |
parents | 09eda8b3ab3e 279085467d0a |
children | 647b7d0efb88 |
files | |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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