changeset 6464:f23cc792224c

PR3211: AArch64 build fails with pre-compiled headers disabled Contributed-by: Tiago St?rmer Daitx <tdaitx@gmail.com>
author andrew
date Thu, 27 Oct 2016 06:57:51 +0100
parents 76e61db96315
children fff29c78ee40
files src/cpu/aarch64/vm/assembler_aarch64.cpp src/cpu/aarch64/vm/vm_version_aarch64.cpp
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/aarch64/vm/assembler_aarch64.cpp	Thu Oct 27 06:16:50 2016 +0100
+++ b/src/cpu/aarch64/vm/assembler_aarch64.cpp	Thu Oct 27 06:57:51 2016 +0100
@@ -64,6 +64,7 @@
 #include "gc_implementation/g1/heapRegion.hpp"
 #endif
 
+#include "opto/compile.hpp"
 
 extern "C" void entry(CodeBuffer *cb);
 
--- a/src/cpu/aarch64/vm/vm_version_aarch64.cpp	Thu Oct 27 06:16:50 2016 +0100
+++ b/src/cpu/aarch64/vm/vm_version_aarch64.cpp	Thu Oct 27 06:57:51 2016 +0100
@@ -25,6 +25,9 @@
  */
 
 #include "precompiled.hpp"
+#include "asm/assembler.hpp"
+#include "asm/assembler.inline.hpp"
+#include "utilities/sizes.hpp"
 #include "assembler_aarch64.hpp"
 #include "memory/resourceArea.hpp"
 #include "runtime/java.hpp"