src/share/vm/c1/c1_FrameMap.cpp

changeset 2508
b92c45f2bc75
parent 2416
7514897db238
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
32 #ifdef TARGET_ARCH_sparc 32 #ifdef TARGET_ARCH_sparc
33 # include "vmreg_sparc.inline.hpp" 33 # include "vmreg_sparc.inline.hpp"
34 #endif 34 #endif
35 #ifdef TARGET_ARCH_zero 35 #ifdef TARGET_ARCH_zero
36 # include "vmreg_zero.inline.hpp" 36 # include "vmreg_zero.inline.hpp"
37 #endif
38 #ifdef TARGET_ARCH_arm
39 # include "vmreg_arm.inline.hpp"
40 #endif
41 #ifdef TARGET_ARCH_ppc
42 # include "vmreg_ppc.inline.hpp"
37 #endif 43 #endif
38 44
39 45
40 46
41 //----------------------------------------------------- 47 //-----------------------------------------------------

mercurial