< prev index next >

src/hotspot/share/gc/g1/g1CardLiveData.cpp

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

@@ -21,14 +21,14 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
+#include "gc/common/suspendibleThreadSet.hpp"
 #include "gc/g1/g1CollectedHeap.inline.hpp"
 #include "gc/g1/g1ConcurrentMark.inline.hpp"
 #include "gc/g1/g1CardLiveData.inline.hpp"
-#include "gc/g1/suspendibleThreadSet.hpp"
 #include "gc/shared/workgroup.hpp"
 #include "logging/log.hpp"
 #include "memory/universe.hpp"
 #include "runtime/atomic.hpp"
 #include "runtime/globals.hpp"
< prev index next >