RFR: 8223147: JFR Backport (to jdk8u)
Mario Torre
neugens at redhat.com
Mon Aug 19 10:38:26 UTC 2019
On Mon, Aug 19, 2019 at 12:18 PM Aleksey Shipilev <shade at redhat.com> wrote:
>
> 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?
Hmm, weird, I did a full build before pushing and didn't see anything
wrong. I'll push the fix asap.
Cheers,
Mario
--
Mario Torre
Associate Manager, Software Engineering
Red Hat GmbH <https://www.redhat.com>
9704 A60C B4BE A8B8 0F30 9205 5D7E 4952 3F65 7898
More information about the jdk8u-dev
mailing list