8229865: Use explicit #include debug.hpp for STATIC_ASSERT in gc/shenandoah/shenandoahUtils.cpp
Reviewed-by: zgu
--- a/src/hotspot/share/gc/shenandoah/shenandoahUtils.cpp Fri Aug 16 21:20:21 2019 +0200
+++ b/src/hotspot/share/gc/shenandoah/shenandoahUtils.cpp Mon Aug 19 19:58:50 2019 +0200
@@ -34,6 +34,7 @@
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahHeuristics.hpp"
#include "gc/shenandoah/shenandoahUtils.hpp"
+#include "utilities/debug.hpp"
ShenandoahPhaseTimings::Phase ShenandoahGCPhase::_current_phase = ShenandoahGCPhase::_invalid_phase;