comparison src/share/vm/compiler/compilerOracle.hpp @ 2177:3582bf76420e

6990754: Use native memory and reference counting to implement SymbolTable Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
author coleenp
date Thu, 27 Jan 2011 16:11:27 -0800
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2176:27e4ea99855d 2177:3582bf76420e
28 #include "memory/allocation.hpp" 28 #include "memory/allocation.hpp"
29 #include "oops/oopsHierarchy.hpp" 29 #include "oops/oopsHierarchy.hpp"
30 30
31 // CompilerOracle is an interface for turning on and off compilation 31 // CompilerOracle is an interface for turning on and off compilation
32 // for some methods 32 // for some methods
33
34 class symbolHandle;
35 33
36 class CompilerOracle : AllStatic { 34 class CompilerOracle : AllStatic {
37 private: 35 private:
38 static bool _quiet; 36 static bool _quiet;
39 37