src/hotspot/share/runtime/thread.cpp
changeset 49659 0ed1370f52bb
parent 49653 a569cb4425f3
child 49739 00805b129186
--- a/src/hotspot/share/runtime/thread.cpp	Tue Apr 03 13:15:27 2018 +0200
+++ b/src/hotspot/share/runtime/thread.cpp	Tue Apr 03 12:05:49 2018 +0200
@@ -114,7 +114,7 @@
 #include "utilities/vmError.hpp"
 #if INCLUDE_ALL_GCS
 #include "gc/cms/concurrentMarkSweepThread.hpp"
-#include "gc/g1/concurrentMarkThread.inline.hpp"
+#include "gc/g1/g1ConcurrentMarkThread.inline.hpp"
 #include "gc/parallel/pcTasks.hpp"
 #endif // INCLUDE_ALL_GCS
 #if INCLUDE_JVMCI