src/share/vm/runtime/safepoint.cpp

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
equal deleted inserted replaced
0:f90c822e73f8 1:2d8a650513c2
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 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "classfile/symbolTable.hpp" 32 #include "classfile/symbolTable.hpp"
27 #include "classfile/systemDictionary.hpp" 33 #include "classfile/systemDictionary.hpp"
70 # include "vmreg_arm.inline.hpp" 76 # include "vmreg_arm.inline.hpp"
71 #endif 77 #endif
72 #ifdef TARGET_ARCH_ppc 78 #ifdef TARGET_ARCH_ppc
73 # include "nativeInst_ppc.hpp" 79 # include "nativeInst_ppc.hpp"
74 # include "vmreg_ppc.inline.hpp" 80 # include "vmreg_ppc.inline.hpp"
81 #endif
82 #ifdef TARGET_ARCH_mips
83 # include "nativeInst_mips.hpp"
84 # include "vmreg_mips.inline.hpp"
75 #endif 85 #endif
76 #if INCLUDE_ALL_GCS 86 #if INCLUDE_ALL_GCS
77 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp" 87 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
78 #include "gc_implementation/shared/concurrentGCThread.hpp" 88 #include "gc_implementation/shared/concurrentGCThread.hpp"
79 #endif // INCLUDE_ALL_GCS 89 #endif // INCLUDE_ALL_GCS

mercurial