--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Mar 19 13:44:26 2013 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Mar 19 11:33:11 2013 -0700
@@ -2905,6 +2905,10 @@
"if non-zero, start verifying C heap after Nth call to " \
"malloc/realloc/free") \
\
+ diagnostic(uintx, MallocMaxTestWords, 0, \
+ "if non-zero, max # of Words that malloc/realloc can allocate " \
+ "(for testing only)") \
+ \
product(intx, TypeProfileWidth, 2, \
"number of receiver types to record in call/cast profile") \
\