comparison src/share/vm/compiler/compilerOracle.hpp @ 2181:d25d4ca69222

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 13:47:20 +0100
parents 3582bf76420e
children 1d1603768966
comparison
equal deleted inserted replaced
2108:50b45e2d9725 2181:d25d4ca69222
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