diff src/share/vm/prims/methodHandles.hpp @ 3385:33ae33516634

7045515: ARM assembly code for JSR 292 ricochet frames Summary: ARM ricochet port and minor fixes in shared debug code Reviewed-by: jrose, vladidan
author bdelsart
date Tue, 17 May 2011 16:50:27 +0200
parents fabcf26ee72f
children ba550512d3b2
line wrap: on
line diff
--- a/src/share/vm/prims/methodHandles.hpp	Mon May 16 22:16:44 2011 -0700
+++ b/src/share/vm/prims/methodHandles.hpp	Tue May 17 16:50:27 2011 +0200
@@ -721,12 +721,10 @@
 //# 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