diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/share/oops/instanceKlass.hpp --- a/src/hotspot/share/oops/instanceKlass.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/share/oops/instanceKlass.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -22,8 +22,8 @@ * */ -#ifndef SHARE_VM_OOPS_INSTANCEKLASS_HPP -#define SHARE_VM_OOPS_INSTANCEKLASS_HPP +#ifndef SHARE_OOPS_INSTANCEKLASS_HPP +#define SHARE_OOPS_INSTANCEKLASS_HPP #include "classfile/classLoader.hpp" #include "classfile/classLoaderData.hpp" @@ -1470,4 +1470,4 @@ } }; -#endif // SHARE_VM_OOPS_INSTANCEKLASS_HPP +#endif // SHARE_OOPS_INSTANCEKLASS_HPP