equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
27 #include "assembler_arm.inline.hpp" |
27 #include "assembler_arm.inline.hpp" |
28 #include "code/relocInfo.hpp" |
28 #include "code/relocInfo.hpp" |
29 #include "nativeInst_arm.hpp" |
29 #include "nativeInst_arm.hpp" |
30 #include "oops/compressedOops.inline.hpp" |
30 #include "oops/compressedOops.inline.hpp" |
31 #include "oops/oop.hpp" |
31 #include "oops/oop.hpp" |
32 #include "runtime/orderAccess.inline.hpp" |
32 #include "runtime/orderAccess.hpp" |
33 #include "runtime/safepoint.hpp" |
33 #include "runtime/safepoint.hpp" |
34 |
34 |
35 void Relocation::pd_set_data_value(address x, intptr_t o, bool verify_only) { |
35 void Relocation::pd_set_data_value(address x, intptr_t o, bool verify_only) { |
36 |
36 |
37 NativeMovConstReg* ni = nativeMovConstReg_at(addr()); |
37 NativeMovConstReg* ni = nativeMovConstReg_at(addr()); |