hotspot/src/share/vm/compiler/compilerOracle.hpp
changeset 8076 96d498ec7ae1
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8075:582dd25571b2 8076:96d498ec7ae1
    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