comparison src/share/vm/utilities/globalDefinitions.hpp @ 2211:0cd39a385a72

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:33 +0100
parents d25d4ca69222 b92c45f2bc75
children 0654ee04b214
comparison
equal deleted inserted replaced
2184:5d801e6b9a80 2211:0cd39a385a72
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