Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify Netty unsafe build item configuration for the shaded JCTools…
… queues GraalVM now seems to have good heuristics to spot the classic Unsafe usage patterns. I removed some UnsafeAccessedFieldBuildItem and added one for UnsafeRefArrayAccess as this class has a problematic static field (REF_ELEMENT_SHIFT). For there record I found about this while working on smallrye/smallrye-mutiny#1434
- Loading branch information