src/hotspot/share/gc/g1/dirtyCardQueue.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
child 53482 771b50dd0b08
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_G1_DIRTYCARDQUEUE_HPP
    25 #ifndef SHARE_GC_G1_DIRTYCARDQUEUE_HPP
    26 #define SHARE_VM_GC_G1_DIRTYCARDQUEUE_HPP
    26 #define SHARE_GC_G1_DIRTYCARDQUEUE_HPP
    27 
    27 
    28 #include "gc/shared/ptrQueue.hpp"
    28 #include "gc/shared/ptrQueue.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 
    30 
    31 class FreeIdSet;
    31 class FreeIdSet;
   162     return _processed_buffers_rs_thread;
   162     return _processed_buffers_rs_thread;
   163   }
   163   }
   164 
   164 
   165 };
   165 };
   166 
   166 
   167 #endif // SHARE_VM_GC_G1_DIRTYCARDQUEUE_HPP
   167 #endif // SHARE_GC_G1_DIRTYCARDQUEUE_HPP