comparison src/share/vm/runtime/globals.hpp @ 6197:d2a62e0f25eb

6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
author zgu
date Thu, 28 Jun 2012 17:03:16 -0400
parents 58ad5f22317e
children 3f1ab0c19c30
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
187 #else 187 #else
188 #define CI_COMPILER_COUNT 1 188 #define CI_COMPILER_COUNT 1
189 #endif // COMPILER2 189 #endif // COMPILER2
190 190
191 #endif // no compilers 191 #endif // no compilers
192
193 192
194 // string type aliases used only in this file 193 // string type aliases used only in this file
195 typedef const char* ccstr; 194 typedef const char* ccstr;
196 typedef const char* ccstrlist; // represents string arguments which accumulate 195 typedef const char* ccstrlist; // represents string arguments which accumulate
197 196
894 "Trace vm operations") \ 893 "Trace vm operations") \
895 \ 894 \
896 develop(bool, UseFakeTimers, false, \ 895 develop(bool, UseFakeTimers, false, \
897 "Tells whether the VM should use system time or a fake timer") \ 896 "Tells whether the VM should use system time or a fake timer") \
898 \ 897 \
898 product(ccstr, NativeMemoryTracking, "off", \
899 "Native memory tracking options") \
900 \
899 diagnostic(bool, LogCompilation, false, \ 901 diagnostic(bool, LogCompilation, false, \
900 "Log compilation activity in detail to hotspot.log or LogFile") \ 902 "Log compilation activity in detail to hotspot.log or LogFile") \
901 \ 903 \
902 product(bool, PrintCompilation, false, \ 904 product(bool, PrintCompilation, false, \
903 "Print compilations") \ 905 "Print compilations") \