hotspot/src/share/vm/runtime/globals.hpp
changeset 35940 b6335181f2c6
parent 35918 1e48ea715a0b
child 36081 cac585c76d4c
child 35951 eb6971bc8c95
equal deleted inserted replaced
35939:05df7e64ecfc 35940:b6335181f2c6
  3945           "Trace PerfMemory create/attach/detach calls")                    \
  3945           "Trace PerfMemory create/attach/detach calls")                    \
  3946                                                                             \
  3946                                                                             \
  3947   product(bool, PerfDisableSharedMem, false,                                \
  3947   product(bool, PerfDisableSharedMem, false,                                \
  3948           "Store performance data in standard memory")                      \
  3948           "Store performance data in standard memory")                      \
  3949                                                                             \
  3949                                                                             \
  3950   product(intx, PerfDataMemorySize, 64*K,                                   \
  3950   product(intx, PerfDataMemorySize, 32*K,                                   \
  3951           "Size of performance data memory region. Will be rounded "        \
  3951           "Size of performance data memory region. Will be rounded "        \
  3952           "up to a multiple of the native os page size.")                   \
  3952           "up to a multiple of the native os page size.")                   \
  3953           range(128, 32*64*K)                                               \
  3953           range(128, 32*64*K)                                               \
  3954                                                                             \
  3954                                                                             \
  3955   product(intx, PerfMaxStringConstLength, 1024,                             \
  3955   product(intx, PerfMaxStringConstLength, 1024,                             \