forked from eclipse-ee4j/eclipselink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 and performance tests refresh. Signed-off-by: Radek Felcman <[email protected]> (cherry picked from commit 1f0cf75) Signed-off-by: Radek Felcman <[email protected]>
- Loading branch information
Showing
22 changed files
with
1,109 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
365 changes: 214 additions & 151 deletions
365
...ipse.persistence.core/src/org/eclipse/persistence/internal/helper/ConcurrencyManager.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.