diff src/share/vm/ci/ciMethod.hpp @ 4117:a04a201f0f5a

7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not Reviewed-by: kvn, never
author twisti
date Thu, 17 Nov 2011 04:07:30 -0800
parents 5eb9169b1a14
children 6d8f36bcef55
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Wed Nov 16 19:42:58 2011 -0800
+++ b/src/share/vm/ci/ciMethod.hpp	Thu Nov 17 04:07:30 2011 -0800
@@ -295,12 +295,6 @@
   // Print the name of this method in various incarnations.
   void print_name(outputStream* st = tty);
   void print_short_name(outputStream* st = tty);
-
-  methodOop get_method_handle_target() {
-    KlassHandle receiver_limit; int flags = 0;
-    methodHandle m = MethodHandles::decode_method(get_oop(), receiver_limit, flags);
-    return m();
-  }
 };
 
 #endif // SHARE_VM_CI_CIMETHOD_HPP