src/share/vm/ci/ciMethod.cpp

changeset 4268
bb33c6fdcf0d
parent 4267
bd7a7ce2e264
child 4313
beebba0acc11
     1.1 --- a/src/share/vm/ci/ciMethod.cpp	Mon Nov 12 14:03:53 2012 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.cpp	Thu Nov 15 10:42:06 2012 -0800
     1.3 @@ -876,25 +876,6 @@
     1.4  }
     1.5  
     1.6  // ------------------------------------------------------------------
     1.7 -// ciMethod::will_link
     1.8 -//
     1.9 -// Will this method link in a specific calling context?
    1.10 -bool ciMethod::will_link(ciKlass* accessing_klass,
    1.11 -                         ciKlass* declared_method_holder,
    1.12 -                         Bytecodes::Code bc) {
    1.13 -  if (!is_loaded()) {
    1.14 -    // Method lookup failed.
    1.15 -    return false;
    1.16 -  }
    1.17 -
    1.18 -  // The link checks have been front-loaded into the get_method
    1.19 -  // call.  This method (ciMethod::will_link()) will be removed
    1.20 -  // in the future.
    1.21 -
    1.22 -  return true;
    1.23 -}
    1.24 -
    1.25 -// ------------------------------------------------------------------
    1.26  // ciMethod::should_exclude
    1.27  //
    1.28  // Should this method be excluded from compilation?

mercurial