comparison src/share/vm/runtime/frame.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 3582bf76420e
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
42 # include "adfiles/adGlobals_sparc.hpp" 42 # include "adfiles/adGlobals_sparc.hpp"
43 #endif 43 #endif
44 #ifdef TARGET_ARCH_MODEL_zero 44 #ifdef TARGET_ARCH_MODEL_zero
45 # include "adfiles/adGlobals_zero.hpp" 45 # include "adfiles/adGlobals_zero.hpp"
46 #endif 46 #endif
47 #ifdef TARGET_ARCH_MODEL_arm
48 # include "adfiles/adGlobals_arm.hpp"
49 #endif
50 #ifdef TARGET_ARCH_MODEL_ppc
51 # include "adfiles/adGlobals_ppc.hpp"
52 #endif
47 #endif 53 #endif
48 #ifdef ZERO 54 #ifdef ZERO
49 #ifdef TARGET_ARCH_zero 55 #ifdef TARGET_ARCH_zero
50 # include "stack_zero.hpp" 56 # include "stack_zero.hpp"
51 #endif 57 #endif
455 # include "frame_sparc.hpp" 461 # include "frame_sparc.hpp"
456 #endif 462 #endif
457 #ifdef TARGET_ARCH_zero 463 #ifdef TARGET_ARCH_zero
458 # include "frame_zero.hpp" 464 # include "frame_zero.hpp"
459 #endif 465 #endif
466 #ifdef TARGET_ARCH_arm
467 # include "frame_arm.hpp"
468 #endif
469 #ifdef TARGET_ARCH_ppc
470 # include "frame_ppc.hpp"
471 #endif
460 472
461 }; 473 };
462 474
463 475
464 // 476 //