diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp --- a/src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -21,8 +21,8 @@ * */ -#ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP -#define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP +#ifndef SHARE_GC_SHENANDOAH_SHENANDOAHHEAP_HPP +#define SHARE_GC_SHENANDOAH_SHENANDOAHHEAP_HPP #include "gc/shared/markBitMap.hpp" #include "gc/shared/softRefPolicy.hpp" @@ -754,4 +754,4 @@ bool should_inject_alloc_failure(); }; -#endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP +#endif // SHARE_GC_SHENANDOAH_SHENANDOAHHEAP_HPP