# HG changeset patch # User shade # Date 1566237530 -7200 # Node ID f0c73a5683e787b2d3ae6751c802e17d57c8a581 # Parent d48a1703ad6e68740da0231618400481b8b434e6 8229865: Use explicit #include debug.hpp for STATIC_ASSERT in gc/shenandoah/shenandoahUtils.cpp Reviewed-by: zgu diff -r d48a1703ad6e -r f0c73a5683e7 src/hotspot/share/gc/shenandoah/shenandoahUtils.cpp --- 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;