[11u] RFR (XS) 8265718: Build failure after JDK-8258414 11u backport

Aleksey Shipilev shade at redhat.com
Thu Apr 22 07:57:30 UTC 2021


On 4/22/21 9:48 AM, Aleksey Shipilev wrote:
> diff -r 31224d74aa23 src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp
> --- a/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp  Thu Sep 05 12:39:48
> 2019 +0200
> +++ b/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp  Thu Apr 22 09:44:39
> 2021 +0200
> @@ -25,4 +25,5 @@
>    #include "precompiled.hpp"
>    #include "jfr/jfrEvents.hpp"
> +#include "jfr/jni/jfrJavaSupport.hpp"
>    #include "jfr/leakprofiler/chains/edgeStore.hpp"
>    #include "jfr/leakprofiler/chains/objectSampleMarker.hpp"
> @@ -38,4 +39,5 @@
>    #include "jfr/utilities/jfrHashtable.hpp"
>    #include "jfr/utilities/jfrTypes.hpp"
> +#include "runtime/interfaceSupport.inline.hpp"
>    #include "runtime/safepoint.hpp"
>    #include "runtime/thread.hpp"

This passes Linux x86_64 {fastdebug,release} builds for me. I tagged the bug for 11u approval.

-- 
Thanks,
-Aleksey



More information about the jdk-updates-dev mailing list