src/share/vm/compiler/abstractCompiler.hpp

changeset 3900
d2a62e0f25eb
parent 2314
f95d63e2154a
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3877:74533f63b116 3900: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

mercurial