--- a/hotspot/src/share/vm/runtime/globals.hpp Thu Aug 25 20:29:30 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Aug 26 08:52:22 2011 -0700
@@ -1979,6 +1979,12 @@
product(bool, TLABStats, true, \
"Print various TLAB related information") \
\
+ product(bool, UseBlockZeroing, false, \
+ "Use special cpu instructions for block zeroing") \
+ \
+ product(intx, BlockZeroingLowLimit, 2048, \
+ "Minimum size in bytes when block zeroing will be used") \
+ \
product(bool, PrintRevisitStats, false, \
"Print revisit (klass and MDO) stack related information") \
\