OpenJDK / jdk / jdk
changeset 56021:f0c73a5683e7
8229865: Use explicit #include debug.hpp for STATIC_ASSERT in gc/shenandoah/shenandoahUtils.cpp
Reviewed-by: zgu
author | shade |
---|---|
date | Mon, 19 Aug 2019 19:58:50 +0200 |
parents | d48a1703ad6e |
children | 7cc5a5b4eee9 |
files | src/hotspot/share/gc/shenandoah/shenandoahUtils.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;