src/hotspot/cpu/arm/relocInfo_arm.cpp
changeset 50429 83aec1d357d4
parent 49849 2aa32bb6f3dc
child 52351 0ecb4e520110
--- a/src/hotspot/cpu/arm/relocInfo_arm.cpp	Wed Jun 06 15:36:29 2018 +0200
+++ b/src/hotspot/cpu/arm/relocInfo_arm.cpp	Wed Jun 06 10:45:40 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -29,7 +29,7 @@
 #include "nativeInst_arm.hpp"
 #include "oops/compressedOops.inline.hpp"
 #include "oops/oop.hpp"
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 #include "runtime/safepoint.hpp"
 
 void Relocation::pd_set_data_value(address x, intptr_t o, bool verify_only) {