src/share/vm/oops/oop.inline.hpp

changeset 7535
7ae4e26cb1e0
parent 6976
76b588255908
parent 6876
710a3c8b516e
child 8604
04d83ba48607
equal deleted inserted replaced
7534:e6aa4a8c1b46 7535:7ae4e26cb1e0
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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 */
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.
23 */ 29 */
24 30
25 #ifndef SHARE_VM_OOPS_OOP_INLINE_HPP 31 #ifndef SHARE_VM_OOPS_OOP_INLINE_HPP
26 #define SHARE_VM_OOPS_OOP_INLINE_HPP 32 #define SHARE_VM_OOPS_OOP_INLINE_HPP
27 33
55 # include "bytes_arm.hpp" 61 # include "bytes_arm.hpp"
56 #endif 62 #endif
57 #ifdef TARGET_ARCH_ppc 63 #ifdef TARGET_ARCH_ppc
58 # include "bytes_ppc.hpp" 64 # include "bytes_ppc.hpp"
59 #endif 65 #endif
66 #ifdef TARGET_ARCH_mips
67 # include "bytes_mips.hpp"
68 #endif
60 69
61 // Implementation of all inlined member functions defined in oop.hpp 70 // Implementation of all inlined member functions defined in oop.hpp
62 // We need a separate file to avoid circular references 71 // We need a separate file to avoid circular references
63 72
64 inline void oopDesc::release_set_mark(markOop m) { 73 inline void oopDesc::release_set_mark(markOop m) {

mercurial