Fixes [stage]

This commit is contained in:
crschnick
2026-06-21 03:42:07 +00:00
parent 20d1441152
commit 77479acf7d
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ def getBaseJvmArgs() {
jvmRunArgs += ["-Dfile.encoding=UTF-8"]
// Make the app show up nicely in VisualVM
jvmRunArgs += ["-Dvisualvm.display.name=$productName"]
jvmRunArgs += ["-Dvisualvm.display.name=\"$productName\""]
// Make virtual threads behave the same, independently of CPU core count
jvmRunArgs += ["-Djdk.virtualThreadScheduler.parallelism=8"]

View File

@@ -1 +1 @@
24.0-1
24.0-2