< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp

Print this page
rev 47468 : 8189276: Make SuspendibleThreadSet and related code available to other GCs

@@ -23,15 +23,15 @@
  */
 
 #ifndef SHARE_VM_GC_G1_G1CONCURRENTMARK_INLINE_HPP
 #define SHARE_VM_GC_G1_G1CONCURRENTMARK_INLINE_HPP
 
+#include "gc/common/suspendibleThreadSet.hpp"
 #include "gc/g1/g1CollectedHeap.inline.hpp"
 #include "gc/g1/g1ConcurrentMark.hpp"
 #include "gc/g1/g1ConcurrentMarkBitMap.inline.hpp"
 #include "gc/g1/g1ConcurrentMarkObjArrayProcessor.inline.hpp"
-#include "gc/g1/suspendibleThreadSet.hpp"
 #include "gc/shared/taskqueue.inline.hpp"
 #include "utilities/bitMap.inline.hpp"
 
 inline bool G1ConcurrentMark::mark_in_next_bitmap(oop const obj) {
   HeapRegion* const hr = _g1h->heap_region_containing(obj);
< prev index next >