comparison src/share/vm/compiler/abstractCompiler.hpp @ 6204:90d5a592ea8f

Merge
author coleenp
date Thu, 12 Jul 2012 14:26:25 -0400
parents d2a62e0f25eb
children 957c266d8bc5 b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6196:3759236eea14 6204:90d5a592ea8f
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