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

Deleting method for RedefineClasses breaks ResolvedMethodName

    XMLWordPrintable

Details

    • b10

    Description


      For class redefinition, we save ResolvedMethodName (once MemberName) so that the new Method* can replace the old Method*. If the old Method* is deleted, we don't have anything to replace it with.

              if (old_method->is_deleted()) {
                // leave deleted method in ResolvedMethod for now (this is a bug that we don't mark
                // these on_stack)
                continue;
              }

      Attachments

        Issue Links

          Activity

            People

              coleenp Coleen Phillimore
              coleenp Coleen Phillimore
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: