comparison src/share/vm/code/vmreg.hpp @ 14391:d2907f74462e

8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
author goetz
date Thu, 20 Jun 2013 16:30:44 -0700
parents f0c2369fda5a
children bdd155477289
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
45 # include "adfiles/adGlobals_zero.hpp" 45 # include "adfiles/adGlobals_zero.hpp"
46 #endif 46 #endif
47 #ifdef TARGET_ARCH_MODEL_arm 47 #ifdef TARGET_ARCH_MODEL_arm
48 # include "adfiles/adGlobals_arm.hpp" 48 # include "adfiles/adGlobals_arm.hpp"
49 #endif 49 #endif
50 #ifdef TARGET_ARCH_MODEL_ppc 50 #ifdef TARGET_ARCH_MODEL_ppc_32
51 # include "adfiles/adGlobals_ppc.hpp" 51 # include "adfiles/adGlobals_ppc_32.hpp"
52 #endif
53 #ifdef TARGET_ARCH_MODEL_ppc_64
54 # include "adfiles/adGlobals_ppc_64.hpp"
52 #endif 55 #endif
53 #endif 56 #endif
54 57
55 //------------------------------VMReg------------------------------------------ 58 //------------------------------VMReg------------------------------------------
56 // The VM uses 'unwarped' stack slots; the compiler uses 'warped' stack slots. 59 // The VM uses 'unwarped' stack slots; the compiler uses 'warped' stack slots.