hotspot/src/share/vm/ci/ciMethod.cpp
changeset 14478 1c4a20806af7
parent 14477 95e66ea71f71
child 14621 fd9265ab0f67
--- a/hotspot/src/share/vm/ci/ciMethod.cpp	Mon Nov 12 14:03:53 2012 -0800
+++ b/hotspot/src/share/vm/ci/ciMethod.cpp	Thu Nov 15 10:42:06 2012 -0800
@@ -876,25 +876,6 @@
 }
 
 // ------------------------------------------------------------------
-// ciMethod::will_link
-//
-// Will this method link in a specific calling context?
-bool ciMethod::will_link(ciKlass* accessing_klass,
-                         ciKlass* declared_method_holder,
-                         Bytecodes::Code bc) {
-  if (!is_loaded()) {
-    // Method lookup failed.
-    return false;
-  }
-
-  // The link checks have been front-loaded into the get_method
-  // call.  This method (ciMethod::will_link()) will be removed
-  // in the future.
-
-  return true;
-}
-
-// ------------------------------------------------------------------
 // ciMethod::should_exclude
 //
 // Should this method be excluded from compilation?