hotspot/src/share/vm/runtime/globals.hpp
changeset 7896 08aadd7aa3ee
parent 7421 4abc09aaa48d
child 8076 96d498ec7ae1
equal deleted inserted replaced
7895:e71bad345f3a 7896:08aadd7aa3ee
  1196           "Trace JVM calls")                                                \
  1196           "Trace JVM calls")                                                \
  1197                                                                             \
  1197                                                                             \
  1198   product(ccstr, TraceJVMTI, NULL,                                          \
  1198   product(ccstr, TraceJVMTI, NULL,                                          \
  1199           "Trace flags for JVMTI functions and events")                     \
  1199           "Trace flags for JVMTI functions and events")                     \
  1200                                                                             \
  1200                                                                             \
  1201   product(bool, ForceFullGCJVMTIEpilogues, false,                           \
       
  1202           "Force 'Full GC' was done semantics for JVMTI GC epilogues")      \
       
  1203                                                                             \
       
  1204   /* This option can change an EMCP method into an obsolete method. */      \
  1201   /* This option can change an EMCP method into an obsolete method. */      \
  1205   /* This can affect tests that except specific methods to be EMCP. */      \
  1202   /* This can affect tests that except specific methods to be EMCP. */      \
  1206   /* This option should be used with caution. */                            \
  1203   /* This option should be used with caution. */                            \
  1207   product(bool, StressLdcRewrite, false,                                    \
  1204   product(bool, StressLdcRewrite, false,                                    \
  1208           "Force ldc -> ldc_w rewrite during RedefineClasses")              \
  1205           "Force ldc -> ldc_w rewrite during RedefineClasses")              \