An open API service indexing awesome lists of open source software.

https://github.com/marschall/afu-bench

Benchmark Atomic*FieldUpdaters vs sun.misc.Unsafe
https://github.com/marschall/afu-bench

Last synced: 3 months ago
JSON representation

Benchmark Atomic*FieldUpdaters vs sun.misc.Unsafe

Awesome Lists containing this project

README

        

AFU Bench
=========

Based on [Faster Atomic*FieldUpdaters for Everyone](http://shipilev.net/blog/2015/faster-atomic-fu/) allows you to check if [JDK-8140483](https://bugs.openjdk.java.net/browse/JDK-8140483) / [JDK-8143130](https://bugs.openjdk.java.net/browse/JDK-8143130) / [JDK-8149216](https://bugs.openjdk.java.net/browse/JDK-8149216) have been fixed in your JDK.