src/share/vm/runtime/globals.hpp

changeset 6099
78da3894b86f
parent 6096
e2509677809c
child 6106
e74074c34312
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Nov 11 11:53:33 2013 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Nov 12 09:32:50 2013 +0100
     1.3 @@ -3286,7 +3286,7 @@
     1.4            "Exit the VM if we fill the code cache")                          \
     1.5                                                                              \
     1.6    product(bool, UseCodeCacheFlushing, true,                                 \
     1.7 -          "Attempt to clean the code cache before shutting off compiler")   \
     1.8 +          "Remove cold/old nmethods from the code cache")                   \
     1.9                                                                              \
    1.10    /* interpreter debugging */                                               \
    1.11    develop(intx, BinarySwitchThreshold, 5,                                   \

mercurial