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

[4.0] Performance improvement: synchronize to java.util.concurrent.locks switch to improve performance with VirtualThreads - backport from master #2118

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

rfelcman
Copy link
Contributor

This change improves EclipseLink performance with higher versions of the JDK (21 and above). It's about replacement of synchronized keyword and wait(), notify() methods by objects from java.util.concurrent.locks.* package. Additionally there are some new performance tests to verify it.
Backport from #2116

(cherry picked from commit 1f0cf75)

…itch to improve performance with VirtualThreads (eclipse-ee4j#2116)

This change improves EclipseLink performance with higher versions of the JDK (21 and above).
It's about replacement of synchronized keyword and wait(), notify() methods by objects from java.util.concurrent.locks.* package.
Additionally there are some new performance tests to verify it.

Signed-off-by: Radek Felcman <[email protected]>

(cherry picked from commit 1f0cf75)
Signed-off-by: Radek Felcman <[email protected]>
@rfelcman rfelcman merged commit c9022b7 into eclipse-ee4j:4.0 Apr 25, 2024
3 checks passed
@rfelcman rfelcman deleted the benchmarks_performance_fix_4.0 branch April 30, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants