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

Commits on Apr 25, 2024

  1. Performance improvement: synchronize to java.util.concurrent.locks sw…

    …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 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    120511b View commit details
    Browse the repository at this point in the history