-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
[ISSUE #11294] Optimize ConcurrentHashMap#computeIfAbsent have performance problem in jdk1.8 #11326
Conversation
…performance problem in jdk1.8
dubbo-common/src/main/java/org/apache/dubbo/common/utils/ConcurrentHashMapUtils.java
Outdated
Show resolved
Hide resolved
…performance problem in jdk1.8
@AlbumenJ PTAL~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlbumenJ I has fixed it and re-submit again, PTAL~ Thks |
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## 3.2 #11326 +/- ##
============================================
- Coverage 69.51% 64.83% -4.69%
+ Complexity 339 14 -325
============================================
Files 1514 1487 -27
Lines 81218 62360 -18858
Branches 14612 9133 -5479
============================================
- Hits 56456 40429 -16027
+ Misses 19950 17712 -2238
+ Partials 4812 4219 -593
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks for your contribution. |
What is the purpose of the change
Fix #11294
Brief changelog
Verifying this change
Checklist