[11u] (urgent) RFR (XS) 8265718: Build failure after JDK-8258414 11u backport
Aleksey Shipilev
shade at redhat.com
Thu Apr 22 07:44:53 UTC 2021
On 4/22/21 9:13 AM, Thomas Stüfe wrote:
> That's not enough to fix it, it also misses
>
> #include "runtime/interfaceSupport.inline.hpp"
I don't see why, can you explain?
I added it to current patch:
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"
--
Thanks,
-Aleksey
More information about the jdk-updates-dev
mailing list