src/cpu/x86/vm/stubGenerator_x86_64.cpp

changeset 1734
9eba43136cb5
parent 1730
3cf667df43ef
child 1800
6476042f815c
     1.1 --- a/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Thu Mar 11 05:09:20 2010 -0800
     1.2 +++ b/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Tue Mar 16 11:52:17 2010 +0100
     1.3 @@ -3009,16 +3009,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      generate_math_stubs();
    1.18    }
    1.19  

mercurial