diff -r 806d87cb0cc7 -r 6807a703dd6b hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Wed Mar 20 17:04:45 2013 -0700 +++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Mar 21 09:27:54 2013 +0100 @@ -2515,7 +2515,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") \