Commit bb784c0
Add VarHandle note to AtomicsBenchmark Javadoc
VarHandle (Java 9+) is the modern replacement for AtomicIntegerFieldUpdater
and would likely close the incrementAndGet performance gap. Not usable here
because internal-api targets Java 8.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent 7f56a97 commit bb784c0
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments