Releases: palantir/sls-packaging
Releases · palantir/sls-packaging
7.30.0
7.29.0
7.28.0
7.27.0
7.26.0
7.25.0
7.24.0
Type | Description | Link |
---|---|---|
Improvement | Gradle wrapper is updated to latest version 7.5 |
#1371 |
Fix | Disable AES-CTR intrinsics due to corruption bug JDK-8292158 See https://bugs.openjdk.org/browse/JDK-8292158 where AES-CTR streams may be corrupted on AVX-512 CPUs. |
#1411 |
7.23.0
Type | Description | Link |
---|---|---|
Fix | Disable C2 compilation for problematic structure in JDK 11.0.16 See https://bugs.openjdk.org/browse/JDK-8291665 |
#1372 |
7.22.0
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 |