comparison src/share/vm/utilities/globalDefinitions.hpp @ 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 0fa27f37d4d4
children 0cd39a385a72 1216415d8e35
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
325 #ifdef TARGET_ARCH_sparc 325 #ifdef TARGET_ARCH_sparc
326 # include "globalDefinitions_sparc.hpp" 326 # include "globalDefinitions_sparc.hpp"
327 #endif 327 #endif
328 #ifdef TARGET_ARCH_zero 328 #ifdef TARGET_ARCH_zero
329 # include "globalDefinitions_zero.hpp" 329 # include "globalDefinitions_zero.hpp"
330 #endif
331 #ifdef TARGET_ARCH_arm
332 # include "globalDefinitions_arm.hpp"
333 #endif
334 #ifdef TARGET_ARCH_ppc
335 # include "globalDefinitions_ppc.hpp"
330 #endif 336 #endif
331 337
332 338
333 // The byte alignment to be used by Arena::Amalloc. See bugid 4169348. 339 // The byte alignment to be used by Arena::Amalloc. See bugid 4169348.
334 // Note: this value must be a power of 2 340 // Note: this value must be a power of 2