diff test/gc/g1/TestShrinkAuxiliaryData.java @ 20623:7a6313074325

8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent 8062957: Heap is not shrunk when deallocating under memory pressure Summary: Added explicit -XX:-ExplicitGCInvokesConcurrent to invocations Reviewed-by: brutisso, tschatzl
author azakharov
date Fri, 14 Nov 2014 17:39:07 +0400
parents e3ed86fc15ed
children
line wrap: on
line diff
--- a/test/gc/g1/TestShrinkAuxiliaryData.java	Fri Nov 07 09:22:59 2014 -0800
+++ b/test/gc/g1/TestShrinkAuxiliaryData.java	Fri Nov 14 17:39:07 2014 +0400
@@ -45,6 +45,7 @@
         "-XX:MaxHeapFreeRatio=11",
         "-XX:+UseG1GC",
         "-XX:G1HeapRegionSize=1m",
+        "-XX:-ExplicitGCInvokesConcurrent",
         "-XX:+PrintGCDetails"
     };