RFR: 8223147: JFR Backport (to jdk8u)
Aleksey Shipilev
shade at redhat.com
Mon Aug 19 10:18:26 UTC 2019
This push broke jdk8u/jdk8u-jfr-incubator build, need to add this:
diff -r a248d0be1309 src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
--- 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:16:41 2019 +0200
@@ -39,4 +39,5 @@
#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"
diff -r a248d0be1309 src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp
--- 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:16:41 2019 +0200
@@ -56,5 +56,5 @@
#endif
#if INCLUDE_ALL_GCS
-//#include "gc_implementation/g1/g1HeapRegionTraceType.hpp"
+#include "gc_implementation/g1/g1HeapRegionTraceType.hpp"
#include "gc_implementation/g1/g1YCTypes.hpp"
#endif
Please submit the bug and push this?
On 8/19/19 10:13 AM, Mario Torre wrote:
> Pushed.
>
> On Fri, Aug 16, 2019 at 7:47 AM DDH <denghui.ddh at alibaba-inc.com> wrote:
>>
>> Wonderful, I put our patcheset at:
>> http://cr.openjdk.java.net/~luchsh/jfr_cr/patchset_1_hs/
>> http://cr.openjdk.java.net/~luchsh/jfr_cr/patchset_1_jdk/
--
Thanks,
-Aleksey
More information about the jdk8u-dev
mailing list