hotspot/src/share/vm/prims/whitebox.cpp
changeset 35943 e726308008c0
parent 35918 1e48ea715a0b
child 36304 3a742df23055
--- a/hotspot/src/share/vm/prims/whitebox.cpp	Fri Feb 05 08:59:36 2016 +0100
+++ b/hotspot/src/share/vm/prims/whitebox.cpp	Fri Feb 05 16:03:56 2016 +0100
@@ -51,9 +51,9 @@
 #include "utilities/exceptions.hpp"
 #include "utilities/macros.hpp"
 #if INCLUDE_ALL_GCS
-#include "gc/g1/concurrentMark.hpp"
 #include "gc/g1/concurrentMarkThread.hpp"
 #include "gc/g1/g1CollectedHeap.inline.hpp"
+#include "gc/g1/g1ConcurrentMark.hpp"
 #include "gc/g1/heapRegionRemSet.hpp"
 #include "gc/parallel/parallelScavengeHeap.inline.hpp"
 #include "gc/parallel/adjoiningGenerations.hpp"