diff src/share/vm/runtime/globals.hpp @ 4039:5bda8dae4e14

7103784: enable some flags by default Reviewed-by: kvn
author never
date Sun, 23 Oct 2011 20:23:14 -0700
parents 436b4a3231bf
children 44ce519bc3d1
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Oct 21 00:58:30 2011 -0700
+++ b/src/share/vm/runtime/globals.hpp	Sun Oct 23 20:23:14 2011 -0700
@@ -3364,7 +3364,7 @@
   notproduct(bool, ExitOnFullCodeCache, false,                              \
           "Exit the VM if we fill the code cache.")                         \
                                                                             \
-  product(bool, UseCodeCacheFlushing, false,                                \
+  product(bool, UseCodeCacheFlushing, true,                                 \
           "Attempt to clean the code cache before shutting off compiler")   \
                                                                             \
   product(intx,  MinCodeCacheFlushingInterval, 30,                          \