hotspot/test/gc/g1/TestShrinkDefragmentedHeap.java
changeset 27605 a162df7acd89
parent 26694 37ba4a5a3f9c
child 29678 dd2f3932c21e
equal deleted inserted replaced
27557:82f4cb44b2d7 27605:a162df7acd89
    57                 "-Xmn" + MINIMAL_YOUNG_SIZE,
    57                 "-Xmn" + MINIMAL_YOUNG_SIZE,
    58                 "-XX:MinHeapFreeRatio=10",
    58                 "-XX:MinHeapFreeRatio=10",
    59                 "-XX:MaxHeapFreeRatio=11",
    59                 "-XX:MaxHeapFreeRatio=11",
    60                 "-XX:+UseG1GC",
    60                 "-XX:+UseG1GC",
    61                 "-XX:G1HeapRegionSize=" + REGION_SIZE,
    61                 "-XX:G1HeapRegionSize=" + REGION_SIZE,
       
    62                 "-XX:-ExplicitGCInvokesConcurrent",
    62                 "-verbose:gc",
    63                 "-verbose:gc",
    63                 GCTest.class.getName()
    64                 GCTest.class.getName()
    64         );
    65         );
    65 
    66 
    66         OutputAnalyzer output = ProcessTools.executeProcess(pb);
    67         OutputAnalyzer output = ProcessTools.executeProcess(pb);