src/share/vm/prims/methodHandles.hpp

changeset 2950
cba7b5c2d53f
parent 2941
60b8287df30e
child 2954
f8c9417e3571
     1.1 --- a/src/share/vm/prims/methodHandles.hpp	Thu Jun 02 13:36:11 2011 -0700
     1.2 +++ b/src/share/vm/prims/methodHandles.hpp	Fri Jun 03 22:31:43 2011 -0700
     1.3 @@ -217,7 +217,6 @@
     1.4  
     1.5    // Adapters.
     1.6    static MethodHandlesAdapterBlob* _adapter_code;
     1.7 -  static int                       _adapter_code_size;
     1.8  
     1.9    static bool ek_valid(EntryKind ek)            { return (uint)ek < (uint)_EK_LIMIT; }
    1.10    static bool conv_op_valid(int op)             { return (uint)op < (uint)CONV_OP_LIMIT; }
    1.11 @@ -716,12 +715,10 @@
    1.12  # include "methodHandles_x86.hpp"
    1.13  #endif
    1.14  #ifdef TARGET_ARCH_sparc
    1.15 -#define TARGET_ARCH_NYI_6939861 1 //FIXME
    1.16 -//# include "methodHandles_sparc.hpp"
    1.17 +# include "methodHandles_sparc.hpp"
    1.18  #endif
    1.19  #ifdef TARGET_ARCH_zero
    1.20 -#define TARGET_ARCH_NYI_6939861 1 //FIXME
    1.21 -//# include "methodHandles_zero.hpp"
    1.22 +# include "methodHandles_zero.hpp"
    1.23  #endif
    1.24  #ifdef TARGET_ARCH_arm
    1.25  # include "methodHandles_arm.hpp"

mercurial