hotspot/src/share/vm/runtime/globals.hpp
changeset 10963 77222140e9ad
parent 10739 91935236600e
child 10983 9ab65f4cec18
equal deleted inserted replaced
10744:1faa170a7597 10963:77222140e9ad
  3362           "Minimum number of segments in a code cache block.")              \
  3362           "Minimum number of segments in a code cache block.")              \
  3363                                                                             \
  3363                                                                             \
  3364   notproduct(bool, ExitOnFullCodeCache, false,                              \
  3364   notproduct(bool, ExitOnFullCodeCache, false,                              \
  3365           "Exit the VM if we fill the code cache.")                         \
  3365           "Exit the VM if we fill the code cache.")                         \
  3366                                                                             \
  3366                                                                             \
  3367   product(bool, UseCodeCacheFlushing, false,                                \
  3367   product(bool, UseCodeCacheFlushing, true,                                 \
  3368           "Attempt to clean the code cache before shutting off compiler")   \
  3368           "Attempt to clean the code cache before shutting off compiler")   \
  3369                                                                             \
  3369                                                                             \
  3370   product(intx,  MinCodeCacheFlushingInterval, 30,                          \
  3370   product(intx,  MinCodeCacheFlushingInterval, 30,                          \
  3371           "Min number of seconds between code cache cleaning sessions")     \
  3371           "Min number of seconds between code cache cleaning sessions")     \
  3372                                                                             \
  3372                                                                             \