src/share/vm/runtime/java.cpp

changeset 8604
04d83ba48607
parent 8584
c48b303692bb
parent 7535
7ae4e26cb1e0
child 9756
2be326848943
equal deleted inserted replaced
8603:e134dc1879b7 8604:04d83ba48607
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/classLoader.hpp" 32 #include "classfile/classLoader.hpp"
27 #include "classfile/symbolTable.hpp" 33 #include "classfile/symbolTable.hpp"
77 # include "vm_version_arm.hpp" 83 # include "vm_version_arm.hpp"
78 #endif 84 #endif
79 #ifdef TARGET_ARCH_ppc 85 #ifdef TARGET_ARCH_ppc
80 # include "vm_version_ppc.hpp" 86 # include "vm_version_ppc.hpp"
81 #endif 87 #endif
88 #ifdef TARGET_ARCH_mips
89 # include "vm_version_mips.hpp"
90 #endif
82 #if INCLUDE_ALL_GCS 91 #if INCLUDE_ALL_GCS
83 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp" 92 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
84 #include "gc_implementation/parallelScavenge/psScavenge.hpp" 93 #include "gc_implementation/parallelScavenge/psScavenge.hpp"
85 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp" 94 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
86 #endif // INCLUDE_ALL_GCS 95 #endif // INCLUDE_ALL_GCS

mercurial