src/hotspot/share/runtime/globals.hpp
changeset 47883 acda08206310
parent 47881 0ce0ac68ace7
child 47903 7f22774a5f42
equal deleted inserted replaced
47882:a93ce8f7bddb 47883:acda08206310
  2018           "Dynamically resize TLAB size for threads")                       \
  2018           "Dynamically resize TLAB size for threads")                       \
  2019                                                                             \
  2019                                                                             \
  2020   product(bool, ZeroTLAB, false,                                            \
  2020   product(bool, ZeroTLAB, false,                                            \
  2021           "Zero out the newly created TLAB")                                \
  2021           "Zero out the newly created TLAB")                                \
  2022                                                                             \
  2022                                                                             \
  2023   product(bool, FastTLABRefill, true,                                       \
  2023   product(bool, FastTLABRefill, false,                                      \
  2024           "Use fast TLAB refill code")                                      \
  2024           "(Deprecated) Use fast TLAB refill code")                         \
  2025                                                                             \
  2025                                                                             \
  2026   product(bool, TLABStats, true,                                            \
  2026   product(bool, TLABStats, true,                                            \
  2027           "Provide more detailed and expensive TLAB statistics.")           \
  2027           "Provide more detailed and expensive TLAB statistics.")           \
  2028                                                                             \
  2028                                                                             \
  2029   product_pd(bool, NeverActAsServerClassMachine,                            \
  2029   product_pd(bool, NeverActAsServerClassMachine,                            \