diff -r 686916dc0439 -r eca90b8a06eb src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Mar 19 13:44:26 2013 +0100 +++ b/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") \ \