From 08066416844a6a03b509c6e9e582227e7d3bb4f9 Mon Sep 17 00:00:00 2001 From: shade Date: Mon, 19 Aug 2019 12:47:38 +0200 Subject: [PATCH] 8229873: 8229401 broke jdk8u-jfr-incubator Reviewed-by: neugens --- src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp | 1 + src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp index aaf05e8a3..cc66ac083 100644 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @@ -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" diff --git a/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp b/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp index afaaa77a9..e49edd5a4 100644 --- a/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp +++ b/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp @@ -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 -- GitLab