hotspot/src/share/vm/runtime/globals.hpp
changeset 5924 dc9d04930c82
parent 5890 5766abbf8789
child 6062 bab93afe9df7
equal deleted inserted replaced
5915:406168b53eb0 5924:dc9d04930c82
  2539                                                                             \
  2539                                                                             \
  2540   product(bool, UseStringCache, false,                                      \
  2540   product(bool, UseStringCache, false,                                      \
  2541           "Enable String cache capabilities on String.java")                \
  2541           "Enable String cache capabilities on String.java")                \
  2542                                                                             \
  2542                                                                             \
  2543   /* statistics */                                                          \
  2543   /* statistics */                                                          \
  2544   develop(bool, UseVTune, false,                                            \
       
  2545           "enable support for Intel's VTune profiler")                      \
       
  2546                                                                             \
       
  2547   develop(bool, CountCompiledCalls, false,                                  \
  2544   develop(bool, CountCompiledCalls, false,                                  \
  2548           "counts method invocations")                                      \
  2545           "counts method invocations")                                      \
  2549                                                                             \
  2546                                                                             \
  2550   notproduct(bool, CountRuntimeCalls, false,                                \
  2547   notproduct(bool, CountRuntimeCalls, false,                                \
  2551           "counts VM runtime calls")                                        \
  2548           "counts VM runtime calls")                                        \