src/hotspot/share/gc/g1/g1FullGCMarker.cpp
changeset 49982 9042ffe5b7fe
parent 47885 5caa1d5f74c1
child 50752 9d62da00bf15
--- a/src/hotspot/share/gc/g1/g1FullGCMarker.cpp	Fri May 04 09:29:14 2018 +0200
+++ b/src/hotspot/share/gc/g1/g1FullGCMarker.cpp	Fri May 04 11:41:35 2018 +0200
@@ -24,6 +24,7 @@
 
 #include "precompiled.hpp"
 #include "gc/g1/g1FullGCMarker.inline.hpp"
+#include "gc/shared/referenceProcessor.hpp"
 
 G1FullGCMarker::G1FullGCMarker(uint worker_id, PreservedMarks* preserved_stack, G1CMBitMap* bitmap) :
     _worker_id(worker_id),