src/share/vm/runtime/globals.hpp

changeset 4802
eca90b8a06eb
parent 4706
11d5942ef9c7
child 4804
91bf0bdae37b
child 4810
06db4c0afbf3
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Mar 19 13:44:26 2013 +0100
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Mar 19 11:33:11 2013 -0700
     1.3 @@ -2905,6 +2905,10 @@
     1.4            "if non-zero, start verifying C heap after Nth call to "          \
     1.5            "malloc/realloc/free")                                            \
     1.6                                                                              \
     1.7 +  diagnostic(uintx, MallocMaxTestWords,     0,                              \
     1.8 +          "if non-zero, max # of Words that malloc/realloc can allocate "   \
     1.9 +          "(for testing only)")                                             \
    1.10 +                                                                            \
    1.11    product(intx, TypeProfileWidth,     2,                                    \
    1.12            "number of receiver types to record in call/cast profile")        \
    1.13                                                                              \

mercurial