comparison src/share/vm/code/relocInfo.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 f95d63e2154a
children d673ef06fe96
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
428 # include "relocInfo_sparc.hpp" 428 # include "relocInfo_sparc.hpp"
429 #endif 429 #endif
430 #ifdef TARGET_ARCH_zero 430 #ifdef TARGET_ARCH_zero
431 # include "relocInfo_zero.hpp" 431 # include "relocInfo_zero.hpp"
432 #endif 432 #endif
433 #ifdef TARGET_ARCH_arm
434 # include "relocInfo_arm.hpp"
435 #endif
436 #ifdef TARGET_ARCH_ppc
437 # include "relocInfo_ppc.hpp"
438 #endif
433 439
434 440
435 protected: 441 protected:
436 // Derived constant, based on format_width which is PD: 442 // Derived constant, based on format_width which is PD:
437 enum { 443 enum {