src/hotspot/share/utilities/exceptions.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
child 53784 31e3aa9c0c71
--- a/src/hotspot/share/utilities/exceptions.hpp	Thu Jan 10 14:32:56 2019 -0500
+++ b/src/hotspot/share/utilities/exceptions.hpp	Thu Jan 10 15:13:51 2019 -0500
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef SHARE_VM_UTILITIES_EXCEPTIONS_HPP
-#define SHARE_VM_UTILITIES_EXCEPTIONS_HPP
+#ifndef SHARE_UTILITIES_EXCEPTIONS_HPP
+#define SHARE_UTILITIES_EXCEPTIONS_HPP
 
 #include "memory/allocation.hpp"
 #include "oops/oopsHierarchy.hpp"
@@ -333,4 +333,4 @@
 
 #define EXCEPTION_MARK                           Thread* THREAD = NULL; ExceptionMark __em(THREAD);
 
-#endif // SHARE_VM_UTILITIES_EXCEPTIONS_HPP
+#endif // SHARE_UTILITIES_EXCEPTIONS_HPP