< prev index next >
src/share/vm/opto/buildOopMap.cpp
Print this page
*** 45,54 ****
--- 45,57 ----
# include "vmreg_arm.inline.hpp"
#endif
#ifdef TARGET_ARCH_ppc
# include "vmreg_ppc.inline.hpp"
#endif
+ #ifdef TARGET_ARCH_aarch32
+ # include "vmreg_aarch32.inline.hpp"
+ #endif
// The functions in this file builds OopMaps after all scheduling is done.
//
// OopMaps contain a list of all registers and stack-slots containing oops (so
// they can be updated by GC). OopMaps also contain a list of derived-pointer
< prev index next >