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

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

Merged
merged 1 commit into from
Apr 29, 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 and performance tests refresh.
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 and performance tests refresh.

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>

(cherry picked from commit 1f0cf75)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
@rfelcman rfelcman merged commit bee608e into eclipse-ee4j:2.7 Apr 29, 2024
6 checks passed
@rfelcman rfelcman deleted the benchmarks_performance_fix_2.7 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.

None yet

2 participants