comparison src/share/vm/compiler/abstractCompiler.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 f95d63e2154a
children 957c266d8bc5 b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
27 27
28 #include "ci/compilerInterface.hpp" 28 #include "ci/compilerInterface.hpp"
29 29
30 typedef void (*initializer)(void); 30 typedef void (*initializer)(void);
31 31
32 class AbstractCompiler : public CHeapObj { 32 class AbstractCompiler : public CHeapObj<mtCompiler> {
33 private: 33 private:
34 bool _is_initialized; // Mark whether compiler object is initialized 34 bool _is_initialized; // Mark whether compiler object is initialized
35 35
36 protected: 36 protected:
37 // Used for tracking global state of compiler runtime initialization 37 // Used for tracking global state of compiler runtime initialization