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
OpenJDK 17.0.2 fixed https://bugs.openjdk.org/browse/JDK-8277981 so worth re-testing and consider enabling -XX:+UseStringDeduplication by default when using supported GC on JDK 17+ to both reduce string heap bloat and streamline comparisons in string heavy services.
OpenJDK 17.0.2 fixed https://bugs.openjdk.org/browse/JDK-8277981 so worth re-testing and consider enabling
-XX:+UseStringDeduplication
by default when using supported GC on JDK 17+ to both reduce string heap bloat and streamline comparisons in string heavy services.https://github.com/openjdk/jdk/blame/8d7958e46969fd59df7bc6dd1cbe31ae63686b05/src/hotspot/share/gc/shared/stringdedup/stringDedupConfig.cpp#L116-L155
The text was updated successfully, but these errors were encountered: