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

Don't use ThreadCritical for EventLog list

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • None
    • hotspot
    • master

      It's possible that this list can be added to concurrently by components after startup, so can't be without synchronization. The list is created and initially populated during startup time so cannot use regular Mutex locks.

      Use lock free prepend to hold the event list instead of ThreadCritical.

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

              Created:
              Updated:
              Resolved: