src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 58645 28c7e6711871
parent 58494 54c1ba464b78
parent 58575 6941d77417f4
child 58646 bcdba1c9f1fe
equal deleted inserted replaced
58494:54c1ba464b78 58645:28c7e6711871
  1045              "Enable Thread SMR extra validity checks")                     \
  1045              "Enable Thread SMR extra validity checks")                     \
  1046                                                                             \
  1046                                                                             \
  1047   diagnostic(bool, EnableThreadSMRStatistics, trueInDebug,                  \
  1047   diagnostic(bool, EnableThreadSMRStatistics, trueInDebug,                  \
  1048              "Enable Thread SMR Statistics")                                \
  1048              "Enable Thread SMR Statistics")                                \
  1049                                                                             \
  1049                                                                             \
       
  1050   product(bool, UseNotificationThread, true,                                \
       
  1051           "Use Notification Thread")                                        \
       
  1052                                                                             \
  1050   product(bool, Inline, true,                                               \
  1053   product(bool, Inline, true,                                               \
  1051           "Enable inlining")                                                \
  1054           "Enable inlining")                                                \
  1052                                                                             \
  1055                                                                             \
  1053   product(bool, ClipInlining, true,                                         \
  1056   product(bool, ClipInlining, true,                                         \
  1054           "Clip inlining if aggregate method exceeds DesiredMethodLimit")   \
  1057           "Clip inlining if aggregate method exceeds DesiredMethodLimit")   \
  1191   notproduct(bool, PrintVtableStats, false,                                 \
  1194   notproduct(bool, PrintVtableStats, false,                                 \
  1192           "print vtables stats at end of run")                              \
  1195           "print vtables stats at end of run")                              \
  1193                                                                             \
  1196                                                                             \
  1194   develop(bool, TraceCreateZombies, false,                                  \
  1197   develop(bool, TraceCreateZombies, false,                                  \
  1195           "trace creation of zombie nmethods")                              \
  1198           "trace creation of zombie nmethods")                              \
  1196                                                                             \
       
  1197   notproduct(bool, IgnoreLockingAssertions, false,                          \
       
  1198           "disable locking assertions (for speed)")                         \
       
  1199                                                                             \
  1199                                                                             \
  1200   product(bool, RangeCheckElimination, true,                                \
  1200   product(bool, RangeCheckElimination, true,                                \
  1201           "Eliminate range checks")                                         \
  1201           "Eliminate range checks")                                         \
  1202                                                                             \
  1202                                                                             \
  1203   develop_pd(bool, UncommonNullCast,                                        \
  1203   develop_pd(bool, UncommonNullCast,                                        \