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

ZGC: Implement ZLock using os::PlatformMutex

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • 14
    • hotspot
    • gc
    • b15

      ZLock is currently shared code but with a POSIX-specific implementation. We now have os::PlatformMutex, so ZLock could just use that instead and be portable. We still want to keep the ZLock class, even though it's now just a wrapper around PlatformMutex, to have the freedom to easily change lock implementation, if such a need should arise.

            pliden Per Liden (Inactive)
            pliden Per Liden (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: