test/gc/g1/TestHumongousCodeCacheRoots.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/gc/g1/TestHumongousCodeCacheRoots.java

test/gc/g1/TestHumongousCodeCacheRoots.java

Print this page

        

*** 133,143 **** final String[] baseArguments = new String[] { "-XX:+UseG1GC", "-XX:G1HeapRegionSize=1M", "-Xmx100M", // make sure we get a humongous region "-XX:+UnlockDiagnosticVMOptions", "-XX:InitiatingHeapOccupancyPercent=1", // strong code root marking "-XX:+G1VerifyHeapRegionCodeRoots", "-XX:+VerifyAfterGC", // make sure that verification is run - "-XX:NmethodSweepFraction=1", "-XX:NmethodSweepCheckInterval=1", // make the code cache sweep more predictable }; runTest("-client", baseArguments); runTest("-server", baseArguments); } } --- 133,142 ----
test/gc/g1/TestHumongousCodeCacheRoots.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File