RFR: 8212681: Refactor IC locking to use a fine grained CompiledICLocker

Aleksey Shipilev shade at redhat.com
Wed Oct 31 11:59:32 UTC 2018


On 10/22/2018 12:59 PM, Erik Österlund wrote:
> Webrev:
> http://cr.openjdk.java.net/~eosterlund/8212681/webrev.00/

Ah, I missed this is already in review here.

Erik, you need this addition to build on AArch64:
  http://mail.openjdk.java.net/pipermail/zgc-dev/2018-October/000497.html

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"

Thanks,
-Aleksey



More information about the hotspot-dev mailing list