hotspot/src/share/vm/runtime/globals.hpp
changeset 16621 64885b7f036e
parent 16445 cb44d5b3ad89
parent 16611 6807a703dd6b
child 16631 c6860a0ebc99
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Mar 28 19:13:22 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Mar 29 20:52:01 2013 -0700
@@ -2517,7 +2517,7 @@
           "disable locking assertions (for speed)")                         \
                                                                             \
   product(bool, RangeCheckElimination, true,                                \
-          "Split loop iterations to eliminate range checks")                \
+          "Eliminate range checks")                                         \
                                                                             \
   develop_pd(bool, UncommonNullCast,                                        \
           "track occurrences of null in casts; adjust compiler tactics")    \