diff -r 83b3671d9e30 -r ebf733a324d4 src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp --- a/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp Thu May 09 14:26:52 2019 +0200 +++ b/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp Thu May 09 14:28:30 2019 +0200 @@ -23,6 +23,7 @@ #include "precompiled.hpp" #include "memory/allocation.hpp" +#include "memory/universe.hpp" #include "gc/shared/gcArguments.hpp" #include "gc/shared/gcTimer.hpp" @@ -65,7 +66,6 @@ #include "gc/shenandoah/heuristics/shenandoahPassiveHeuristics.hpp" #include "gc/shenandoah/heuristics/shenandoahStaticHeuristics.hpp" #include "gc/shenandoah/heuristics/shenandoahTraversalHeuristics.hpp" - #include "memory/metaspace.hpp" #include "oops/compressedOops.inline.hpp" #include "runtime/globals.hpp"