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

Use semaphore instead of mutex for synchronization of Unified Logging configuration

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • svc
    • b103

      The LogConfiguration is currently synchronized using a mutex. Locking a mutex requires the VM to be initialized to some extent (TLS and the mutex itself). This requires some special cases for configuration before initialization. This extra care would be unnecessary if synchronization used semaphores instead.

            mlarsson Marcus Larsson (Inactive)
            mlarsson Marcus Larsson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: