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

Let nmethods be is_unloading() outside of safepoints

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 12
    • None
    • hotspot
    • None
    • gc
    • b22

      All current GCs perform code cache unloading in safepoints. Therefore, nmethods that are alive but is_unloading() are never observed outside of safepoints. With concurrent class unloading, nmethods that are alive but is_unloading() will become observable outside of safepoints. This must be handled appropriately.

            eosterlund Erik Ă–sterlund
            eosterlund Erik Ă–sterlund
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: