comparison src/share/vm/runtime/statSampler.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 3582bf76420e
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
39 #ifdef TARGET_ARCH_sparc 39 #ifdef TARGET_ARCH_sparc
40 # include "vm_version_sparc.hpp" 40 # include "vm_version_sparc.hpp"
41 #endif 41 #endif
42 #ifdef TARGET_ARCH_zero 42 #ifdef TARGET_ARCH_zero
43 # include "vm_version_zero.hpp" 43 # include "vm_version_zero.hpp"
44 #endif
45 #ifdef TARGET_ARCH_arm
46 # include "vm_version_arm.hpp"
47 #endif
48 #ifdef TARGET_ARCH_ppc
49 # include "vm_version_ppc.hpp"
44 #endif 50 #endif
45 51
46 // -------------------------------------------------------- 52 // --------------------------------------------------------
47 // StatSamplerTask 53 // StatSamplerTask
48 54