hotspot/src/share/vm/runtime/globals.hpp
changeset 4750 71fd601907dc
parent 4736 e091227926da
child 4754 8aef16f24e16
equal deleted inserted replaced
4749:f26b30116e3a 4750:71fd601907dc
  3115           "Minimum number of segments in a code cache block.")              \
  3115           "Minimum number of segments in a code cache block.")              \
  3116                                                                             \
  3116                                                                             \
  3117   notproduct(bool, ExitOnFullCodeCache, false,                              \
  3117   notproduct(bool, ExitOnFullCodeCache, false,                              \
  3118           "Exit the VM if we fill the code cache.")                         \
  3118           "Exit the VM if we fill the code cache.")                         \
  3119                                                                             \
  3119                                                                             \
       
  3120   product(bool, UseCodeCacheFlushing, false,                                \
       
  3121           "Attempt to clean the code cache before shutting off compiler")   \
       
  3122                                                                             \
       
  3123   product(intx,  MinCodeCacheFlushingInterval, 30,                          \
       
  3124           "Min number of seconds between code cache cleaning sessions")     \
       
  3125                                                                             \
       
  3126   product(uintx,  CodeCacheFlushingMinimumFreeSpace, 1500*K,                \
       
  3127           "When less than X space left, start code cache cleaning")         \
       
  3128                                                                             \
  3120   /* interpreter debugging */                                               \
  3129   /* interpreter debugging */                                               \
  3121   develop(intx, BinarySwitchThreshold, 5,                                   \
  3130   develop(intx, BinarySwitchThreshold, 5,                                   \
  3122           "Minimal number of lookupswitch entries for rewriting to binary " \
  3131           "Minimal number of lookupswitch entries for rewriting to binary " \
  3123           "switch")                                                         \
  3132           "switch")                                                         \
  3124                                                                             \
  3133                                                                             \