| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Can you add the DCO? |
Sorry, something went wrong.
This replaces `sun.misc.Unsafe` with `java.util.concurrent.atomic.AtomicLongFieldUpdater` and `AtomicIntegerFieldUpdater`. This is to enable compatibility with Jigsaw modules where `sun.misc.Unsafe` is no longer available. Closes #468 Signed-off-by: Andre Masella <andre@masella.name>
|
Added. |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This replaces sun.misc.Unsafe with
java.util.concurrent.atomic.AtomicLongFieldUpdater and
AtomicIntegerFieldUpdater. This is to enable compatibility with Jigsaw
modules where sun.misc.Unsafe is no longer available.
Closes #468