[BACKOUT] Remove CodeCache::mark_for_evol_deoptimization() method

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P4
    • 18
    • Affects Version/s: 18
    • Component/s: hotspot
    • None
    • b04

      In email discussion with [~vaivanov], he pointed out that we do have to deoptimize all nmethods with late attach because adding evol_methods dependencies also adds the Method* to the metadata. This Method* is what redefinition uses to find if there are old methods in the nmethod.
      So we still need to deoptimize all the nmethods if evol_method dependencies aren't enabled in the ON_LOAD phase.
      Backing out change and redoing with simple removal of the function we no longer need. I think this is easiest.

            Assignee:
            Coleen Phillimore
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: