hotspot/src/share/vm/runtime/globals.hpp
changeset 32079 654a242d6dc8
parent 31996 6c23ab90cbaa
child 32088 63ed7daed8a3
equal deleted inserted replaced
32078:8757adb98184 32079:654a242d6dc8
  3911           "Trace PerfMemory create/attach/detach calls")                    \
  3911           "Trace PerfMemory create/attach/detach calls")                    \
  3912                                                                             \
  3912                                                                             \
  3913   product(bool, PerfDisableSharedMem, false,                                \
  3913   product(bool, PerfDisableSharedMem, false,                                \
  3914           "Store performance data in standard memory")                      \
  3914           "Store performance data in standard memory")                      \
  3915                                                                             \
  3915                                                                             \
  3916   product(intx, PerfDataMemorySize, 32*K,                                   \
  3916   product(intx, PerfDataMemorySize, 64*K,                                   \
  3917           "Size of performance data memory region. Will be rounded "        \
  3917           "Size of performance data memory region. Will be rounded "        \
  3918           "up to a multiple of the native os page size.")                   \
  3918           "up to a multiple of the native os page size.")                   \
  3919                                                                             \
  3919                                                                             \
  3920   product(intx, PerfMaxStringConstLength, 1024,                             \
  3920   product(intx, PerfMaxStringConstLength, 1024,                             \
  3921           "Maximum PerfStringConstant string length before truncation")     \
  3921           "Maximum PerfStringConstant string length before truncation")     \