src/hotspot/share/gc/shenandoah/shenandoahTraversalGC.cpp
changeset 54786 ebf733a324d4
parent 54766 1321f8cf9de5
child 54905 d43cc2039ccf
--- a/src/hotspot/share/gc/shenandoah/shenandoahTraversalGC.cpp	Thu May 09 14:26:52 2019 +0200
+++ b/src/hotspot/share/gc/shenandoah/shenandoahTraversalGC.cpp	Thu May 09 14:28:30 2019 +0200
@@ -53,6 +53,7 @@
 #include "memory/iterator.hpp"
 #include "memory/metaspace.hpp"
 #include "memory/resourceArea.hpp"
+#include "memory/universe.hpp"
 
 /**
  * NOTE: We are using the SATB buffer in thread.hpp and satbMarkQueue.hpp, however, it is not an SATB algorithm.