changeset 53244 | 9807daeb47c4 |
parent 53149 | 259c36ef27df |
child 53432 | 1ec56532ae0c |
--- a/src/hotspot/share/oops/method.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/share/oops/method.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -22,8 +22,8 @@ * */ -#ifndef SHARE_VM_OOPS_METHODOOP_HPP -#define SHARE_VM_OOPS_METHODOOP_HPP +#ifndef SHARE_OOPS_METHOD_HPP +#define SHARE_OOPS_METHOD_HPP #include "classfile/vmSymbols.hpp" #include "code/compressedStream.hpp" @@ -1176,4 +1176,4 @@ } }; -#endif // SHARE_VM_OOPS_METHODOOP_HPP +#endif // SHARE_OOPS_METHOD_HPP