7045515: ARM assembly code for JSR 292 ricochet frames

ARM ricochet port and minor fixes in shared debug code

Reviewed-by: jrose, vladidan
This commit is contained in:
Bertrand Delsart 2011-05-17 16:50:27 +02:00
parent a16e057c0a
commit 4b893d695b
2 changed files with 4 additions and 5 deletions

View file

@ -721,12 +721,10 @@ public:
//# include "methodHandles_zero.hpp"
#endif
#ifdef TARGET_ARCH_arm
#define TARGET_ARCH_NYI_6939861 1 //FIXME
//# include "methodHandles_arm.hpp"
# include "methodHandles_arm.hpp"
#endif
#ifdef TARGET_ARCH_ppc
#define TARGET_ARCH_NYI_6939861 1 //FIXME
//# include "methodHandles_ppc.hpp"
# include "methodHandles_ppc.hpp"
#endif
#ifdef TARGET_ARCH_NYI_6939861