Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-2491

Reduce use of synchronized

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Do
    • Icon: Minor Minor
    • 5.0.0.Final
    • None
    • None

      The synchronized keyword fares badly with virtual threads (project Loom). Contrary to java.util.concurrent.lock.Lock, synchronized can still block. This might change in the future, but for now, we should replace all uses of synchronized with Lock.lock()/unlock().

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: