Increase maximum number of hold counts for ReentrantReadWriteLock

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      Currently ReentrantReadWriteLock has 65k readers and 65k writers (two unsigned shorts packed into an int), it should be possible to increase this to two signed ints packed into a long without changing the external API.

            Assignee:
            Viktor Klang
            Reporter:
            Viktor Klang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: