diff src/share/vm/runtime/globals.hpp @ 779:d0e0d6d824d8

Merge
author kvn
date Fri, 08 May 2009 10:34:31 -0700
parents 20c6f43950b5 93c14e5562c4
children 0316eac49d5a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu May 07 17:09:48 2009 -0700
+++ b/src/share/vm/runtime/globals.hpp	Fri May 08 10:34:31 2009 -0700
@@ -2189,6 +2189,9 @@
   diagnostic(bool, PrintIntrinsics, false,                                  \
           "prints attempted and successful inlining of intrinsics")         \
                                                                             \
+  product(bool, UseCountLeadingZerosInstruction, false,                     \
+          "Use count leading zeros instruction")                            \
+                                                                            \
   product(bool, UsePopCountInstruction, false,                              \
           "Use population count instruction")                               \
                                                                             \