comparison src/share/vm/graal/graalCodeInstaller.cpp @ 10410:9062da84cd75

removed redundant import of platform specific codeInstaller_*.hpp files
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 15:43:40 +0200
parents 13384d19fec0
children 0ba44a5a8420
comparison
equal deleted inserted replaced
10409:36bcc10e01c0 10410:9062da84cd75
33 #include "asm/register.hpp" 33 #include "asm/register.hpp"
34 #include "classfile/vmSymbols.hpp" 34 #include "classfile/vmSymbols.hpp"
35 #include "code/vmreg.hpp" 35 #include "code/vmreg.hpp"
36 36
37 #ifdef TARGET_ARCH_x86 37 #ifdef TARGET_ARCH_x86
38 # include "codeInstaller_x86.hpp"
39 # include "vmreg_x86.inline.hpp" 38 # include "vmreg_x86.inline.hpp"
40 #endif 39 #endif
41 #ifdef TARGET_ARCH_sparc 40 #ifdef TARGET_ARCH_sparc
42 # include "codeInstaller_sparc.hpp"
43 # include "vmreg_sparc.inline.hpp" 41 # include "vmreg_sparc.inline.hpp"
44 #endif 42 #endif
45 #ifdef TARGET_ARCH_zero 43 #ifdef TARGET_ARCH_zero
46 # include "codeInstaller_zero.hpp"
47 # include "vmreg_zero.inline.hpp" 44 # include "vmreg_zero.inline.hpp"
48 #endif 45 #endif
49 #ifdef TARGET_ARCH_arm 46 #ifdef TARGET_ARCH_arm
50 # include "codeInstaller_arm.hpp"
51 # include "vmreg_arm.inline.hpp" 47 # include "vmreg_arm.inline.hpp"
52 #endif 48 #endif
53 #ifdef TARGET_ARCH_ppc 49 #ifdef TARGET_ARCH_ppc
54 # include "codeInstaller_ppc.hpp"
55 # include "vmreg_ppc.inline.hpp" 50 # include "vmreg_ppc.inline.hpp"
56 #endif 51 #endif
57 52
58 // convert Graal register indices (as used in oop maps) to HotSpot registers 53 // convert Graal register indices (as used in oop maps) to HotSpot registers
59 VMReg get_hotspot_reg(jint graal_reg) { 54 VMReg get_hotspot_reg(jint graal_reg) {