src/share/vm/ci/ciMethod.hpp

changeset 3313
a04a201f0f5a
parent 3197
5eb9169b1a14
child 3926
6d8f36bcef55
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Wed Nov 16 19:42:58 2011 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Thu Nov 17 04:07:30 2011 -0800
     1.3 @@ -295,12 +295,6 @@
     1.4    // Print the name of this method in various incarnations.
     1.5    void print_name(outputStream* st = tty);
     1.6    void print_short_name(outputStream* st = tty);
     1.7 -
     1.8 -  methodOop get_method_handle_target() {
     1.9 -    KlassHandle receiver_limit; int flags = 0;
    1.10 -    methodHandle m = MethodHandles::decode_method(get_oop(), receiver_limit, flags);
    1.11 -    return m();
    1.12 -  }
    1.13  };
    1.14  
    1.15  #endif // SHARE_VM_CI_CIMETHOD_HPP

mercurial