This commit is contained in:
crschnick
2026-06-21 04:02:12 +00:00
parent 77479acf7d
commit 4119947be8
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=XPipe"]
// Make virtual threads behave the same, independently of CPU core count
jvmRunArgs += ["-Djdk.virtualThreadScheduler.parallelism=8"]

View File

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