hotspot/src/share/vm/runtime/globals.hpp
changeset 21575 6a9645992cee
parent 21572 9cd0dd352fcd
child 21582 6c76cdd733fe
equal deleted inserted replaced
21574:d47713227456 21575:6a9645992cee
  3284                                                                             \
  3284                                                                             \
  3285   notproduct(bool, ExitOnFullCodeCache, false,                              \
  3285   notproduct(bool, ExitOnFullCodeCache, false,                              \
  3286           "Exit the VM if we fill the code cache")                          \
  3286           "Exit the VM if we fill the code cache")                          \
  3287                                                                             \
  3287                                                                             \
  3288   product(bool, UseCodeCacheFlushing, true,                                 \
  3288   product(bool, UseCodeCacheFlushing, true,                                 \
  3289           "Attempt to clean the code cache before shutting off compiler")   \
  3289           "Remove cold/old nmethods from the code cache")                   \
  3290                                                                             \
  3290                                                                             \
  3291   /* interpreter debugging */                                               \
  3291   /* interpreter debugging */                                               \
  3292   develop(intx, BinarySwitchThreshold, 5,                                   \
  3292   develop(intx, BinarySwitchThreshold, 5,                                   \
  3293           "Minimal number of lookupswitch entries for rewriting to binary " \
  3293           "Minimal number of lookupswitch entries for rewriting to binary " \
  3294           "switch")                                                         \
  3294           "switch")                                                         \