diff src/share/vm/runtime/globals.hpp @ 13074:78da3894b86f

8027593: performance drop with constrained codecache starting with hs25 b111 Summary: Fixed proper sweeping of small code cache sizes Reviewed-by: kvn, iveresov
author anoll
date Tue, 12 Nov 2013 09:32:50 +0100
parents e2509677809c
children e74074c34312
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Nov 11 11:53:33 2013 -0800
+++ b/src/share/vm/runtime/globals.hpp	Tue Nov 12 09:32:50 2013 +0100
@@ -3286,7 +3286,7 @@
           "Exit the VM if we fill the code cache")                          \
                                                                             \
   product(bool, UseCodeCacheFlushing, true,                                 \
-          "Attempt to clean the code cache before shutting off compiler")   \
+          "Remove cold/old nmethods from the code cache")                   \
                                                                             \
   /* interpreter debugging */                                               \
   develop(intx, BinarySwitchThreshold, 5,                                   \