You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comet supports JDK8, which could meet the bug mentioned in JDK-8161372.
Steps to reproduce
Introduce ConcurrentHashMapForJDK8 to check the key existence for speed up, which solves the bug JDK-8161372 to speed up ConcurrentHashMap#computeIfAbsent.
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Comet supports JDK8, which could meet the bug mentioned in JDK-8161372.
Steps to reproduce
Introduce
ConcurrentHashMapForJDK8
to check the key existence for speed up, which solves the bug JDK-8161372 to speed upConcurrentHashMap#computeIfAbsent
.Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: