< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.inline.hpp

Print this page
*** 21,12 ***
   * or visit www.oracle.com if you need additional information or have any
   * questions.
   *
   */
  
! #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKBITMAP_INLINE_HPP
! #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKBITMAP_INLINE_HPP
  
  #include "gc/shenandoah/shenandoahMarkBitMap.hpp"
  
  #include "runtime/atomic.hpp"
  #include "utilities/count_trailing_zeros.hpp"
--- 21,12 ---
   * or visit www.oracle.com if you need additional information or have any
   * questions.
   *
   */
  
! #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHMARKBITMAP_INLINE_HPP
! #define SHARE_GC_SHENANDOAH_SHENANDOAHMARKBITMAP_INLINE_HPP
  
  #include "gc/shenandoah/shenandoahMarkBitMap.hpp"
  
  #include "runtime/atomic.hpp"
  #include "utilities/count_trailing_zeros.hpp"

*** 203,6 ***
  inline void ShenandoahMarkBitMap::clear_range_of_words(idx_t beg, idx_t end) {
    clear_range_of_words(_map, beg, end);
  }
  
  
! #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKBITMAP_INLINE_HPP
--- 203,6 ---
  inline void ShenandoahMarkBitMap::clear_range_of_words(idx_t beg, idx_t end) {
    clear_range_of_words(_map, beg, end);
  }
  
  
! #endif // SHARE_GC_SHENANDOAH_SHENANDOAHMARKBITMAP_INLINE_HPP
< prev index next >