comparison src/share/vm/opto/buildOopMap.cpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
38 #ifdef TARGET_ARCH_sparc 38 #ifdef TARGET_ARCH_sparc
39 # include "vmreg_sparc.inline.hpp" 39 # include "vmreg_sparc.inline.hpp"
40 #endif 40 #endif
41 #ifdef TARGET_ARCH_zero 41 #ifdef TARGET_ARCH_zero
42 # include "vmreg_zero.inline.hpp" 42 # include "vmreg_zero.inline.hpp"
43 #endif
44 #ifdef TARGET_ARCH_arm
45 # include "vmreg_arm.inline.hpp"
46 #endif
47 #ifdef TARGET_ARCH_ppc
48 # include "vmreg_ppc.inline.hpp"
43 #endif 49 #endif
44 50
45 // The functions in this file builds OopMaps after all scheduling is done. 51 // The functions in this file builds OopMaps after all scheduling is done.
46 // 52 //
47 // OopMaps contain a list of all registers and stack-slots containing oops (so 53 // OopMaps contain a list of all registers and stack-slots containing oops (so