diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/share/runtime/jniHandles.hpp --- a/src/hotspot/share/runtime/jniHandles.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/share/runtime/jniHandles.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -22,8 +22,8 @@ * */ -#ifndef SHARE_VM_RUNTIME_JNIHANDLES_HPP -#define SHARE_VM_RUNTIME_JNIHANDLES_HPP +#ifndef SHARE_RUNTIME_JNIHANDLES_HPP +#define SHARE_RUNTIME_JNIHANDLES_HPP #include "memory/allocation.hpp" #include "runtime/handles.hpp" @@ -206,4 +206,4 @@ #endif }; -#endif // SHARE_VM_RUNTIME_JNIHANDLES_HPP +#endif // SHARE_RUNTIME_JNIHANDLES_HPP