comparison 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
comparison
equal deleted inserted replaced
3384:f52ed367b66d 3385:33ae33516634
719 #ifdef TARGET_ARCH_zero 719 #ifdef TARGET_ARCH_zero
720 #define TARGET_ARCH_NYI_6939861 1 //FIXME 720 #define TARGET_ARCH_NYI_6939861 1 //FIXME
721 //# include "methodHandles_zero.hpp" 721 //# include "methodHandles_zero.hpp"
722 #endif 722 #endif
723 #ifdef TARGET_ARCH_arm 723 #ifdef TARGET_ARCH_arm
724 #define TARGET_ARCH_NYI_6939861 1 //FIXME 724 # include "methodHandles_arm.hpp"
725 //# include "methodHandles_arm.hpp"
726 #endif 725 #endif
727 #ifdef TARGET_ARCH_ppc 726 #ifdef TARGET_ARCH_ppc
728 #define TARGET_ARCH_NYI_6939861 1 //FIXME 727 # include "methodHandles_ppc.hpp"
729 //# include "methodHandles_ppc.hpp"
730 #endif 728 #endif
731 729
732 #ifdef TARGET_ARCH_NYI_6939861 730 #ifdef TARGET_ARCH_NYI_6939861
733 // Here are some backward compatible declarations until the 6939861 ports are updated. 731 // Here are some backward compatible declarations until the 6939861 ports are updated.
734 #define _adapter_flyby (_EK_LIMIT + 10) 732 #define _adapter_flyby (_EK_LIMIT + 10)