Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Offheap Adjustments for Unsafe calls that are converted to atomic
intrinsics during unsafeFastPath During unsafeFastPath, some UnsafeAPI calls (such as Unsafe.getAndAdd()) are converted to atomic intrinsics (such as atomicFetchAndAdd). When this occurs with offheap allocation enabled, and the object is an array, load dataAddr. Signed-off-by: midronij <[email protected]>
- Loading branch information