diff src/share/vm/runtime/globals.hpp @ 8860:46f6f063b272

7153771: array bound check elimination for c1 Summary: when possible optimize out array bound checks, inserting predicates when needed. Reviewed-by: never, kvn, twisti Contributed-by: thomaswue <thomas.wuerthinger@oracle.com>
author roland
date Thu, 21 Mar 2013 09:27:54 +0100
parents 11d5942ef9c7
children cd9ad42dfde0
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Mar 20 17:04:45 2013 -0700
+++ b/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")    \