src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 53400 6a3586523418
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHCODEROOTS_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHCODEROOTS_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHCODEROOTS_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHCODEROOTS_HPP
    26 
    26 
    27 #include "code/codeCache.hpp"
    27 #include "code/codeCache.hpp"
    28 #include "gc/shenandoah/shenandoahSharedVariables.hpp"
    28 #include "gc/shenandoah/shenandoahSharedVariables.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 #include "memory/iterator.hpp"
    30 #include "memory/iterator.hpp"
   195   ~ShenandoahCodeRootsLock() {
   195   ~ShenandoahCodeRootsLock() {
   196     ShenandoahCodeRoots::release_lock(_write);
   196     ShenandoahCodeRoots::release_lock(_write);
   197   }
   197   }
   198 };
   198 };
   199 
   199 
   200 #endif //SHARE_VM_GC_SHENANDOAH_SHENANDOAHCODEROOTS_HPP
   200 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHCODEROOTS_HPP