src/share/vm/runtime/simpleThresholdPolicy.hpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 2559
72d6c57d0658
     1.1 --- a/src/share/vm/runtime/simpleThresholdPolicy.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/runtime/simpleThresholdPolicy.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,14 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_HPP
     1.8 +#define SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_HPP
     1.9 +
    1.10 +#include "code/nmethod.hpp"
    1.11 +#include "oops/methodDataOop.hpp"
    1.12 +#include "runtime/compilationPolicy.hpp"
    1.13 +#include "utilities/globalDefinitions.hpp"
    1.14 +
    1.15  class CompileTask;
    1.16  class CompileQueue;
    1.17  
    1.18 @@ -105,3 +113,5 @@
    1.19    // Initialize: set compiler thread count
    1.20    virtual void initialize();
    1.21  };
    1.22 +
    1.23 +#endif // SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_HPP

mercurial