comparison src/share/vm/runtime/frame.cpp @ 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 2e038ad0c1d0
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
49 #ifdef TARGET_ARCH_sparc 49 #ifdef TARGET_ARCH_sparc
50 # include "nativeInst_sparc.hpp" 50 # include "nativeInst_sparc.hpp"
51 #endif 51 #endif
52 #ifdef TARGET_ARCH_zero 52 #ifdef TARGET_ARCH_zero
53 # include "nativeInst_zero.hpp" 53 # include "nativeInst_zero.hpp"
54 #endif
55 #ifdef TARGET_ARCH_arm
56 # include "nativeInst_arm.hpp"
57 #endif
58 #ifdef TARGET_ARCH_ppc
59 # include "nativeInst_ppc.hpp"
54 #endif 60 #endif
55 61
56 RegisterMap::RegisterMap(JavaThread *thread, bool update_map) { 62 RegisterMap::RegisterMap(JavaThread *thread, bool update_map) {
57 _thread = thread; 63 _thread = thread;
58 _update_map = update_map; 64 _update_map = update_map;