diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.hpp --- a/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -21,8 +21,8 @@ * */ -#ifndef SHARE_VM_GC_EPSILON_EPSILONMONITORINGSUPPORT_HPP -#define SHARE_VM_GC_EPSILON_EPSILONMONITORINGSUPPORT_HPP +#ifndef SHARE_GC_EPSILON_EPSILONMONITORINGSUPPORT_HPP +#define SHARE_GC_EPSILON_EPSILONMONITORINGSUPPORT_HPP #include "memory/allocation.hpp" @@ -40,5 +40,4 @@ void update_counters(); }; -#endif // SHARE_VM_GC_EPSILON_EPSILONMONITORINGSUPPORT_HPP - +#endif // SHARE_GC_EPSILON_EPSILONMONITORINGSUPPORT_HPP