src/share/vm/opto/c2compiler.cpp

changeset 6876
710a3c8b516e
parent 6503
a9becfeecd1b
parent 1
2d8a650513c2
child 7994
04ff2f6cd0eb
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
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 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "opto/c2compiler.hpp" 32 #include "opto/c2compiler.hpp"
27 #include "opto/runtime.hpp" 33 #include "opto/runtime.hpp"
28 #ifdef TARGET_ARCH_MODEL_x86_32 34 #ifdef TARGET_ARCH_MODEL_x86_32
29 # include "adfiles/ad_x86_32.hpp" 35 # include "adfiles/ad_x86_32.hpp"
30 #endif 36 #endif
31 #ifdef TARGET_ARCH_MODEL_x86_64 37 #ifdef TARGET_ARCH_MODEL_x86_64
32 # include "adfiles/ad_x86_64.hpp" 38 # include "adfiles/ad_x86_64.hpp"
39 #endif
40 #ifdef TARGET_ARCH_MODEL_mips_64
41 # include "adfiles/ad_mips_64.hpp"
33 #endif 42 #endif
34 #ifdef TARGET_ARCH_MODEL_sparc 43 #ifdef TARGET_ARCH_MODEL_sparc
35 # include "adfiles/ad_sparc.hpp" 44 # include "adfiles/ad_sparc.hpp"
36 #endif 45 #endif
37 #ifdef TARGET_ARCH_MODEL_zero 46 #ifdef TARGET_ARCH_MODEL_zero

mercurial