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

Move clean_weak_method_links for redefinition out of class unloading

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • b47


        The function clean_weak_method_links is called when there's been redefinition for every method of every class to check for old (redefined) methods in MethodData. This adds overhead to class unloading and time. This work should be done during class redefinition and disallow new MethodData from being created with old methods.

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

                Created:
                Updated:
                Resolved: