Skip to content

Commit

Permalink
Add generated changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-changelog authored and schlosna committed Mar 15, 2023
1 parent 5f9b9f4 commit 8882e0b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelog/@unreleased/pr-1380.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
type: improvement
improvement:
description: |-
Enable String Deduplication on JDK 17+
G1 and Shenandoah GC support string deduplication as of JDK 17
* https://openjdk.java.net/jeps/192
* https://bugs.openjdk.org/browse/JDK-8264718
Only enable on JDK 17+ due to fix
https://bugs.openjdk.org/browse/JDK-8277981
JDK 18+ enable string deduplication for SerialGC, ParallalGC, and ZGC.
https://malloc.se/blog/zgc-jdk18
links:
- https://github.com/palantir/sls-packaging/pull/1380
- https://openjdk.java.net/jeps/192
- https://bugs.openjdk.org/browse/JDK-8264718
- https://malloc.se/blog/zgc-jdk18

0 comments on commit 8882e0b

Please sign in to comment.