Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8338471

Assert deleted methods not returned by CallInfo

XMLWordPrintable

    • b17
    • other

      Method::get_new_method() asserts that the new method cannot be null, but this method can be called on a deleted method. Such cases are handled by throwing a NoSuchMethodError instead of calling get_new_method(). This can be cleaned up to be handled in the method itself and remove the reliance on an assert.

            coleenp Coleen Phillimore
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: