[patch] Missing include from "ZGC: 8212681: Refactor IC locking to use a fine grained CompiledICLocker"
Aleksey Shipilev
shade at redhat.com
Wed Oct 31 11:56:28 UTC 2018
This patch:
http://hg.openjdk.java.net/zgc/zgc/rev/6551fd25cfa0
Misses a simple include that breaks AArch64 build:
diff -r 3913e1dc09f5 src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp
--- a/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp Mon Oct 22 12:19:23 2018 +0200
+++ b/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp Wed Oct 31 12:54:39 2018 +0100
@@ -25,6 +25,7 @@
#include "precompiled.hpp"
#include "asm/macroAssembler.hpp"
+#include "code/compiledIC.hpp"
#include "memory/resourceArea.hpp"
#include "nativeInst_aarch64.hpp"
#include "oops/oop.inline.hpp"
You might want to fold it into zgc/zgc before proposing 8212681 upstream.
Testing: cross-compiled zgc/zgc to AArch64
Thanks,
-Aleksey
More information about the zgc-dev
mailing list