changeset 9147:f162232da105

8229873: 8229401 broke jdk8u-jfr-incubator Reviewed-by: neugens
author shade
date Mon, 19 Aug 2019 12:47:38 +0200
parents a248d0be1309
children 161ab90e3cae
files src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Aug 19 10:11:31 2019 +0200
+++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Aug 19 12:47:38 2019 +0200
@@ -38,6 +38,7 @@
 #include "gc_implementation/g1/g1YCTypes.hpp"
 #include "gc_implementation/g1/heapRegionManager.hpp"
 #include "gc_implementation/g1/heapRegionSet.hpp"
+#include "gc_implementation/shared/gcHeapSummary.hpp"
 #include "gc_implementation/shared/hSpaceCounters.hpp"
 #include "gc_implementation/shared/parGCAllocBuffer.hpp"
 #include "memory/barrierSet.hpp"
--- a/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp	Mon Aug 19 10:11:31 2019 +0200
+++ b/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp	Mon Aug 19 12:47:38 2019 +0200
@@ -55,7 +55,7 @@
 #include "opto/node.hpp"
 #endif
 #if INCLUDE_ALL_GCS
-//#include "gc_implementation/g1/g1HeapRegionTraceType.hpp"
+#include "gc_implementation/g1/g1HeapRegionTraceType.hpp"
 #include "gc_implementation/g1/g1YCTypes.hpp"
 #endif