Thread Safe Native Memory in Java
Thread-safe native memory access covering Plain, Opaque, Acquire/Release, and Volatile with JCStress tests to prove each guarantee

Senior Java developer | Author | speaker | Oracle Ace | Blogger | 9+ YOE
1 views

David Vlijmincx
3,241 viewsThread-safe native memory access covering Plain, Opaque, Acquire/Release, and Volatile with JCStress tests to prove each guarantee

David Vlijmincx
17,384 viewsManaging native memory in Java using the Foreign Function & Memory API, covering Arenas, manual allocation, pooling, and slicing

David Vlijmincx
3,026 viewsHow to perform pointer arithmetic using the Foreign Function & Memory API to achieve zero-GC memory access.

David Vlijmincx
4,737 viewsExploring how to profile and benchmark Java code using JMH and Async profiler.

David Vlijmincx
5,428 viewsUsing Java together with Project Panama and virtual threads to create async file IO that is also very performant.