hotspot/src/share/vm/runtime/globals.hpp
changeset 16428 1b55a8d558b8
parent 15922 86a368d3ac8c
child 16430 882cddc35bec
child 16436 6b67e51e3cfb
--- 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")        \
                                                                             \