rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-11 / patches / src_hotspot_share_gc_g1_g1Analytics.cpp.patch
blob184ed8c425df7c016c54088c749155993b85b7d0
1 $NetBSD$
3 Similar issue to https://bugs.openjdk.java.net/browse/JDK-8193056
5 --- a/src/hotspot/share/gc/g1/g1Analytics.cpp.orig 2019-01-08 12:44:56.000000000 +0000
6 +++ b/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 "runtime/os.hpp"