hotspot/src/share/vm/runtime/globals.hpp
changeset 17132 dffd513b2a8c
parent 17123 a8e62eed2e3e
child 17134 d58219af8d68
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Apr 26 14:41:10 2013 -0700
+++ b/hotspot/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 " \