src/hotspot/share/runtime/deoptimization.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
child 53546 63eb7e38ce84
--- a/src/hotspot/share/runtime/deoptimization.hpp	Thu Jan 10 14:32:56 2019 -0500
+++ b/src/hotspot/share/runtime/deoptimization.hpp	Thu Jan 10 15:13:51 2019 -0500
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef SHARE_VM_RUNTIME_DEOPTIMIZATION_HPP
-#define SHARE_VM_RUNTIME_DEOPTIMIZATION_HPP
+#ifndef SHARE_RUNTIME_DEOPTIMIZATION_HPP
+#define SHARE_RUNTIME_DEOPTIMIZATION_HPP
 
 #include "memory/allocation.hpp"
 #include "runtime/frame.hpp"
@@ -468,4 +468,4 @@
   static bool is_active() { return _is_active; }
 };
 
-#endif // SHARE_VM_RUNTIME_DEOPTIMIZATION_HPP
+#endif // SHARE_RUNTIME_DEOPTIMIZATION_HPP