# HG changeset patch # User enevill # Date 1467199453 0 # Node ID ae39135d10ecf1b92c4c8f9231ac6b2f355ad1d3 # Parent bae79d28e9b1aa5b153dd4101aeb653e1bf4d702 8160534: aarch64: fails to build after 8157834 Summary: add missing #include Reviewed-by: aph diff -r bae79d28e9b1 -r ae39135d10ec hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.cpp --- a/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.cpp Tue Jun 28 20:08:43 2016 +0000 +++ b/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.cpp Wed Jun 29 11:24:13 2016 +0000 @@ -36,6 +36,7 @@ #include "oops/klass.inline.hpp" #include "oops/oop.inline.hpp" #include "opto/compile.hpp" +#include "opto/intrinsicnode.hpp" #include "opto/node.hpp" #include "runtime/biasedLocking.hpp" #include "runtime/icache.hpp"