Print this page
*** NO COMMENTS ***

@@ -139,7 +139,9 @@
           constraint(ArraycopySrcPrefetchDistanceConstraintFunc, AfterErgo) \
                                                                             \
   product(uintx,  ArraycopyDstPrefetchDistance, 0,                          \
           "Distance to prefetch destination array in arraycopy")            \
           constraint(ArraycopyDstPrefetchDistanceConstraintFunc, AfterErgo) \
-
+                                                                            \
+  product(bool,  UseCountLeadingZerosInstruction, false,                    \
+          "Use count leading zeros instruction")
 #endif // CPU_SPARC_VM_GLOBALS_SPARC_HPP