src/share/vm/runtime/globals.hpp

changeset 3992
4ee06e614636
parent 3902
3f1ab0c19c30
child 3995
fce6d7280776
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Aug 06 09:34:40 2012 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Aug 06 15:54:45 2012 -0400
     1.3 @@ -829,6 +829,9 @@
     1.4    product(bool, PrintGCApplicationStoppedTime, false,                       \
     1.5            "Print the time the application has been stopped")                \
     1.6                                                                              \
     1.7 +  diagnostic(bool, VerboseVerification, false,                              \
     1.8 +             "Display detailed verification details")                       \
     1.9 +                                                                            \
    1.10    notproduct(uintx, ErrorHandlerTest, 0,                                    \
    1.11            "If > 0, provokes an error after VM initialization; the value"    \
    1.12            "determines which error to provoke.  See test_error_handler()"    \

mercurial