src/cpu/sparc/vm/stubGenerator_sparc.cpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1919
61b2245abf36
child 2010
e7ec8cd4dd8a
     1.1 --- a/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -2911,16 +2911,6 @@
     1.4      // arraycopy stubs used by compilers
     1.5      generate_arraycopy_stubs();
     1.6  
     1.7 -    // generic method handle stubs
     1.8 -    if (EnableMethodHandles && SystemDictionary::MethodHandle_klass() != NULL) {
     1.9 -      for (MethodHandles::EntryKind ek = MethodHandles::_EK_FIRST;
    1.10 -           ek < MethodHandles::_EK_LIMIT;
    1.11 -           ek = MethodHandles::EntryKind(1 + (int)ek)) {
    1.12 -        StubCodeMark mark(this, "MethodHandle", MethodHandles::entry_name(ek));
    1.13 -        MethodHandles::generate_method_handle_stub(_masm, ek);
    1.14 -      }
    1.15 -    }
    1.16 -
    1.17      // Don't initialize the platform math functions since sparc
    1.18      // doesn't have intrinsics for these operations.
    1.19    }

mercurial