src/hotspot/share/gc/g1/g1Policy.cpp
changeset 49659 0ed1370f52bb
parent 49643 a3453bbd5418
child 49664 9a04cc89dde0
--- a/src/hotspot/share/gc/g1/g1Policy.cpp	Tue Apr 03 13:15:27 2018 +0200
+++ b/src/hotspot/share/gc/g1/g1Policy.cpp	Tue Apr 03 12:05:49 2018 +0200
@@ -23,11 +23,11 @@
  */
 
 #include "precompiled.hpp"
-#include "gc/g1/concurrentMarkThread.inline.hpp"
 #include "gc/g1/g1Analytics.hpp"
 #include "gc/g1/g1CollectedHeap.inline.hpp"
 #include "gc/g1/g1CollectionSet.hpp"
 #include "gc/g1/g1ConcurrentMark.hpp"
+#include "gc/g1/g1ConcurrentMarkThread.inline.hpp"
 #include "gc/g1/g1ConcurrentRefine.hpp"
 #include "gc/g1/g1HotCardCache.hpp"
 #include "gc/g1/g1IHOPControl.hpp"