src/share/vm/opto/locknode.hpp

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
equal deleted inserted replaced
0:f90c822e73f8 1:2d8a650513c2
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
29 */
30
25 #ifndef SHARE_VM_OPTO_LOCKNODE_HPP 31 #ifndef SHARE_VM_OPTO_LOCKNODE_HPP
26 #define SHARE_VM_OPTO_LOCKNODE_HPP 32 #define SHARE_VM_OPTO_LOCKNODE_HPP
27 33
28 #include "opto/node.hpp" 34 #include "opto/node.hpp"
29 #include "opto/opcodes.hpp" 35 #include "opto/opcodes.hpp"
31 #ifdef TARGET_ARCH_MODEL_x86_32 37 #ifdef TARGET_ARCH_MODEL_x86_32
32 # include "adfiles/ad_x86_32.hpp" 38 # include "adfiles/ad_x86_32.hpp"
33 #endif 39 #endif
34 #ifdef TARGET_ARCH_MODEL_x86_64 40 #ifdef TARGET_ARCH_MODEL_x86_64
35 # include "adfiles/ad_x86_64.hpp" 41 # include "adfiles/ad_x86_64.hpp"
42 #endif
43 #ifdef TARGET_ARCH_MODEL_mips_64
44 # include "adfiles/ad_mips_64.hpp"
36 #endif 45 #endif
37 #ifdef TARGET_ARCH_MODEL_sparc 46 #ifdef TARGET_ARCH_MODEL_sparc
38 # include "adfiles/ad_sparc.hpp" 47 # include "adfiles/ad_sparc.hpp"
39 #endif 48 #endif
40 #ifdef TARGET_ARCH_MODEL_zero 49 #ifdef TARGET_ARCH_MODEL_zero

mercurial