hotspot/src/share/vm/runtime/globals.hpp
changeset 16621 64885b7f036e
parent 16445 cb44d5b3ad89
parent 16611 6807a703dd6b
child 16631 c6860a0ebc99
equal deleted inserted replaced
16587:d51641194e3a 16621:64885b7f036e
  2515                                                                             \
  2515                                                                             \
  2516   notproduct(bool, IgnoreLockingAssertions, false,                          \
  2516   notproduct(bool, IgnoreLockingAssertions, false,                          \
  2517           "disable locking assertions (for speed)")                         \
  2517           "disable locking assertions (for speed)")                         \
  2518                                                                             \
  2518                                                                             \
  2519   product(bool, RangeCheckElimination, true,                                \
  2519   product(bool, RangeCheckElimination, true,                                \
  2520           "Split loop iterations to eliminate range checks")                \
  2520           "Eliminate range checks")                                         \
  2521                                                                             \
  2521                                                                             \
  2522   develop_pd(bool, UncommonNullCast,                                        \
  2522   develop_pd(bool, UncommonNullCast,                                        \
  2523           "track occurrences of null in casts; adjust compiler tactics")    \
  2523           "track occurrences of null in casts; adjust compiler tactics")    \
  2524                                                                             \
  2524                                                                             \
  2525   develop(bool, TypeProfileCasts,  true,                                    \
  2525   develop(bool, TypeProfileCasts,  true,                                    \