hotspot/src/share/vm/runtime/globals.hpp
changeset 21575 6a9645992cee
parent 21572 9cd0dd352fcd
child 21582 6c76cdd733fe
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Nov 11 11:53:33 2013 -0800
+++ b/hotspot/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,                                   \