comparison src/share/vm/runtime/stubCodeGenerator.cpp @ 7199:cd3d6a6b95d9

8003240: x86: move MacroAssembler into separate file Reviewed-by: kvn
author twisti
date Fri, 30 Nov 2012 15:23:16 -0800
parents f8c9417e3571
children a5de0cc2f91c
comparison
equal deleted inserted replaced
7198:6ab62ad83507 7199:cd3d6a6b95d9
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "asm/macroAssembler.hpp"
27 #include "asm/macroAssembler.inline.hpp"
28 #include "code/codeCache.hpp"
26 #include "compiler/disassembler.hpp" 29 #include "compiler/disassembler.hpp"
27 #include "oops/oop.inline.hpp" 30 #include "oops/oop.inline.hpp"
28 #include "prims/forte.hpp" 31 #include "prims/forte.hpp"
29 #include "runtime/stubCodeGenerator.hpp" 32 #include "runtime/stubCodeGenerator.hpp"
30 #ifdef TARGET_ARCH_x86
31 # include "assembler_x86.inline.hpp"
32 #endif
33 #ifdef TARGET_ARCH_sparc
34 # include "assembler_sparc.inline.hpp"
35 #endif
36 #ifdef TARGET_ARCH_zero
37 # include "assembler_zero.inline.hpp"
38 #endif
39 #ifdef TARGET_ARCH_arm
40 # include "assembler_arm.inline.hpp"
41 #endif
42 #ifdef TARGET_ARCH_ppc
43 # include "assembler_ppc.inline.hpp"
44 #endif
45 33
46 34
47 // Implementation of StubCodeDesc 35 // Implementation of StubCodeDesc
48 36
49 StubCodeDesc* StubCodeDesc::_list = NULL; 37 StubCodeDesc* StubCodeDesc::_list = NULL;