8202134: Non-PCH build for arm32 fails
authorshade
Mon, 23 Apr 2018 12:16:09 +0200
changeset 49849 2aa32bb6f3dc
parent 49848 fcd5df7aa235
child 49850 e286fa159ff1
child 56472 02bd022fcea1
8202134: Non-PCH build for arm32 fails Reviewed-by: stefank
src/hotspot/cpu/arm/methodHandles_arm.cpp
src/hotspot/cpu/arm/relocInfo_arm.cpp
--- a/src/hotspot/cpu/arm/methodHandles_arm.cpp	Wed Apr 18 11:19:32 2018 +0200
+++ b/src/hotspot/cpu/arm/methodHandles_arm.cpp	Mon Apr 23 12:16:09 2018 +0200
@@ -35,6 +35,7 @@
 #include "memory/resourceArea.hpp"
 #include "prims/methodHandles.hpp"
 #include "runtime/frame.inline.hpp"
+#include "utilities/preserveException.hpp"
 
 #define __ _masm->
 
--- a/src/hotspot/cpu/arm/relocInfo_arm.cpp	Wed Apr 18 11:19:32 2018 +0200
+++ b/src/hotspot/cpu/arm/relocInfo_arm.cpp	Mon Apr 23 12:16:09 2018 +0200
@@ -29,6 +29,7 @@
 #include "nativeInst_arm.hpp"
 #include "oops/compressedOops.inline.hpp"
 #include "oops/oop.hpp"
+#include "runtime/orderAccess.inline.hpp"
 #include "runtime/safepoint.hpp"
 
 void Relocation::pd_set_data_value(address x, intptr_t o, bool verify_only) {