Use semaphore instead of mutex for synchronization of Unified Logging configuration

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: