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

Specialize atomic bitset functions for linux-riscv

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 21
    • hotspot

      JDK-8293117 added a suite of atomic operations for manipulating integer values representing bitsets. The default implementation provided there uses a loop over Atomic::cmpxchg. It also provided a mechanism for specializing the implementation by platform-specific code. We should provide such a specialization for the platform named in the summary, if that's possible. (If there isn't a better implementation then this issue can just be closed.)

            Unassigned Unassigned
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: