src/share/vm/prims/methodHandles.hpp

changeset 2917
33ae33516634
parent 2903
fabcf26ee72f
child 2941
60b8287df30e
     1.1 --- a/src/share/vm/prims/methodHandles.hpp	Mon May 16 22:16:44 2011 -0700
     1.2 +++ b/src/share/vm/prims/methodHandles.hpp	Tue May 17 16:50:27 2011 +0200
     1.3 @@ -721,12 +721,10 @@
     1.4  //# include "methodHandles_zero.hpp"
     1.5  #endif
     1.6  #ifdef TARGET_ARCH_arm
     1.7 -#define TARGET_ARCH_NYI_6939861 1 //FIXME
     1.8 -//# include "methodHandles_arm.hpp"
     1.9 +# include "methodHandles_arm.hpp"
    1.10  #endif
    1.11  #ifdef TARGET_ARCH_ppc
    1.12 -#define TARGET_ARCH_NYI_6939861 1 //FIXME
    1.13 -//# include "methodHandles_ppc.hpp"
    1.14 +# include "methodHandles_ppc.hpp"
    1.15  #endif
    1.16  
    1.17  #ifdef TARGET_ARCH_NYI_6939861

mercurial