8233574: Shenandoah: build is broken without jfr
authorjiefu
Tue, 05 Nov 2019 17:02:01 +0800
changeset 58929 03f182a0f62c
parent 58928 707825662286
child 58930 a4ddd1667c72
8233574: Shenandoah: build is broken without jfr Reviewed-by: rkennke, shade
src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp
--- a/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp	Tue Nov 05 09:58:05 2019 +0100
+++ b/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp	Tue Nov 05 17:02:01 2019 +0800
@@ -28,7 +28,7 @@
 #include "classfile/systemDictionary.hpp"
 #include "code/codeCache.hpp"
 #include "gc/shenandoah/shenandoahRootProcessor.inline.hpp"
-#include "gc/shenandoah/shenandoahHeap.hpp"
+#include "gc/shenandoah/shenandoahHeap.inline.hpp"
 #include "gc/shenandoah/shenandoahPhaseTimings.hpp"
 #include "gc/shenandoah/shenandoahStringDedup.hpp"
 #include "gc/shenandoah/shenandoahTimingTracker.hpp"