comparison src/share/vm/services/nmtDCmd.hpp @ 8810:06db4c0afbf3

8009298: NMT: Special version of class loading/unloading with runThese stresses out NMT 8009777: NMT: add new NMT dcmd to control auto shutdown option Summary: Added diagnostic VM option and DCmd command to allow NMT stay alive under stress situation Reviewed-by: dcubed, coleenp
author zgu
date Wed, 20 Mar 2013 09:42:48 -0400
parents d2a62e0f25eb
children 31a4e55f8c9d
comparison
equal deleted inserted replaced
8803:a649f6511c04 8810:06db4c0afbf3
37 DCmdArgument<bool> _detail; 37 DCmdArgument<bool> _detail;
38 DCmdArgument<bool> _baseline; 38 DCmdArgument<bool> _baseline;
39 DCmdArgument<bool> _summary_diff; 39 DCmdArgument<bool> _summary_diff;
40 DCmdArgument<bool> _detail_diff; 40 DCmdArgument<bool> _detail_diff;
41 DCmdArgument<bool> _shutdown; 41 DCmdArgument<bool> _shutdown;
42 DCmdArgument<bool> _auto_shutdown;
42 #ifndef PRODUCT 43 #ifndef PRODUCT
43 DCmdArgument<bool> _debug; 44 DCmdArgument<bool> _debug;
44 #endif 45 #endif
45 DCmdArgument<char*> _scale; 46 DCmdArgument<char*> _scale;
46 47