< prev index next >

test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java

Print this page
rev 59991 : imported patch 8210462-fix-remaining-mentions-of-im

*** 122,132 **** "-XX:+UseG1GC", "-Xms128M", "-Xmx128M", "-Xmn2M", "-XX:G1HeapRegionSize=1M", ! "-XX:InitiatingHeapOccupancyPercent=0", // Want to have as much as possible initial marks. "-Xlog:gc", "-XX:+UnlockDiagnosticVMOptions", "-XX:+VerifyAfterGC", "-XX:ConcGCThreads=1", // Want to make marking as slow as possible. "-XX:+IgnoreUnrecognizedVMOptions", // G1VerifyBitmaps is develop only. --- 122,132 ---- "-XX:+UseG1GC", "-Xms128M", "-Xmx128M", "-Xmn2M", "-XX:G1HeapRegionSize=1M", ! "-XX:InitiatingHeapOccupancyPercent=0", // Want to have as much as possible mark cycles. "-Xlog:gc", "-XX:+UnlockDiagnosticVMOptions", "-XX:+VerifyAfterGC", "-XX:ConcGCThreads=1", // Want to make marking as slow as possible. "-XX:+IgnoreUnrecognizedVMOptions", // G1VerifyBitmaps is develop only.
< prev index next >