Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Netty unsafe build item configuration for the shaded JCTools queues #38423

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

jponge
Copy link
Member

@jponge jponge commented Jan 26, 2024

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

… 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
Copy link

quarkus-bot bot commented Jan 26, 2024

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet requested a review from zakkak January 27, 2024 10:58
@geoand geoand merged commit ffd08f5 into quarkusio:main Jan 29, 2024
50 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants