Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8269186 [REDO] Remove CodeCache::mark_for_evol_deoptimization() method
  3. JDK-8269188

[BACKOUT] Remove CodeCache::mark_for_evol_deoptimization() method

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 18
    • 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.

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

              Created:
              Updated:
              Resolved: