< prev index next >

src/hotspot/share/compiler/compilationPolicy.hpp

Print this page

        

@@ -20,12 +20,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_RUNTIME_COMPILATIONPOLICY_HPP
-#define SHARE_RUNTIME_COMPILATIONPOLICY_HPP
+#ifndef SHARE_COMPILER_COMPILATIONPOLICY_HPP
+#define SHARE_COMPILER_COMPILATIONPOLICY_HPP
 
 #include "code/nmethod.hpp"
 #include "compiler/compileBroker.hpp"
 #include "memory/allocation.hpp"
 #include "runtime/vmOperations.hpp"

@@ -108,6 +108,6 @@
   virtual CompileTask* select_task(CompileQueue* compile_queue);
   virtual nmethod* event(const methodHandle& method, const methodHandle& inlinee, int branch_bci, int bci, CompLevel comp_level, CompiledMethod* nm, JavaThread* thread);
 };
 
 
-#endif // SHARE_RUNTIME_COMPILATIONPOLICY_HPP
+#endif // SHARE_COMPILER_COMPILATIONPOLICY_HPP
< prev index next >