diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/share/gc/shenandoah/shenandoahMemoryPool.hpp --- a/src/hotspot/share/gc/shenandoah/shenandoahMemoryPool.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/share/gc/shenandoah/shenandoahMemoryPool.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -21,8 +21,8 @@ * */ -#ifndef SHARE_VM_SERVICES_SHENANDOAHMEMORYPOOL_HPP -#define SHARE_VM_SERVICES_SHENANDOAHMEMORYPOOL_HPP +#ifndef SHARE_GC_SHENANDOAH_SHENANDOAHMEMORYPOOL_HPP +#define SHARE_GC_SHENANDOAH_SHENANDOAHMEMORYPOOL_HPP #ifndef SERIALGC #include "gc/shenandoah/shenandoahHeap.hpp" @@ -41,4 +41,4 @@ size_t max_size() const { return _heap->max_capacity(); } }; -#endif //SHARE_VM_SERVICES_SHENANDOAHMEMORYPOOL_HPP +#endif // SHARE_GC_SHENANDOAH_SHENANDOAHMEMORYPOOL_HPP