diff src/share/vm/runtime/globals.hpp @ 10206:0cfa93c2fcc4

8012547: Code cache flushing can get stuck reclaming of memory Summary: Keep sweeping regardless of if we are flushing Reviewed-by: kvn, twisti
author neliasso
date Mon, 29 Apr 2013 13:20:19 +0200
parents 7b23cb975cf2
children 9ce110b1d14a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Apr 26 14:41:10 2013 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon Apr 29 13:20:19 2013 +0200
@@ -3179,6 +3179,9 @@
   product(uintx,  CodeCacheFlushingMinimumFreeSpace, 1500*K,                \
           "When less than X space left, start code cache cleaning")         \
                                                                             \
+  product(uintx, CodeCacheFlushingFraction, 2,                              \
+          "Fraction of the code cache that is flushed when full")           \
+                                                                            \
   /* interpreter debugging */                                               \
   develop(intx, BinarySwitchThreshold, 5,                                   \
           "Minimal number of lookupswitch entries for rewriting to binary " \