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

Allow CompiledMethod ExceptionCache have unloaded klasses

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 12
    • 12
    • hotspot
    • None
    • b19

      Needed for concurrent class unloading. Make ExceptionCache return NULL if the klass is unloading and verify all access has ExceptionCache_lock held. Cleanup is during a safepoint or concurrently with the ExceptionCache_lock held.

      Shouldn't ExceptionCache function definitions be in CompiledMethod.cpp and not in nmethod.cpp ?

            eosterlund Erik Ă–sterlund
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: