Skip to content

7.22.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 03 Aug 22:18
· 413 commits to develop since this release
9ba77ad
Type Description Link
Improvement Disable C2 compiler for Java 11

Disable the C2 compiler using the -XX:TieredStopAtLevel=1 flag. This prevents a potential memory leak issue https://bugs.openjdk.org/browse/JDK-8291665
#1370