swi-prolog: update to 9.2.9
[oi-userland.git] / components / runtime / openjdk-18 / patches / patch-src_hotspot_share_gc_g1_g1Analytics.cpp.patch
blob2021cc5ca20d8ee837eae2d549790c90e6445ffc
1 $NetBSD$
3 Similar issue to https://bugs.openjdk.java.net/browse/JDK-8193056
5 --- orig/src/hotspot/share/gc/g1/g1Analytics.cpp 2019-01-08 12:44:56.000000000 +0000
6 +++ new/src/hotspot/share/gc/g1/g1Analytics.cpp
7 @@ -23,6 +23,7 @@
8 */
10 #include "precompiled.hpp"
11 +#include "memory/allocation.inline.hpp"
12 #include "gc/g1/g1Analytics.hpp"
13 #include "gc/g1/g1Predictions.hpp"
14 #include "gc/shared/gc_globals.hpp"