[crac] RFR: RCU Lock - RW lock with very lightweight read- and heavyweight write-locking [v2]

Radim Vansa duke at openjdk.org
Wed Apr 12 12:27:14 UTC 2023


> This implementation is suitable for uses where the write-locking happens very rarely (if at all), as in the case of CRaC checkpoint, and we don't want to slow down regular access to the protected resource.

Radim Vansa has updated the pull request incrementally with one additional commit since the last revision:

  Reuse MethodHandles.lookup()
  
  Co-authored-by: Dan Heidinga <heidinga at redhat.com>

-------------

Changes:
  - all: https://git.openjdk.org/crac/pull/58/files
  - new: https://git.openjdk.org/crac/pull/58/files/37fa1aa6..98732ab9

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=crac&pr=58&range=01
 - incr: https://webrevs.openjdk.org/?repo=crac&pr=58&range=00-01

  Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/crac/pull/58.diff
  Fetch: git fetch https://git.openjdk.org/crac.git pull/58/head:pull/58

PR: https://git.openjdk.org/crac/pull/58


More information about the crac-dev mailing list