Skip to content

Commit b215efd

Browse files
committed
update flags for java 25 render pipeline update
1 parent 7cb4bbe commit b215efd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

jvm.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type":"tar.gz",
55
"name":"zulu25.32.21-ca-fx-jre25.0.2-linux_x64",
66
"jvmargs":[
7-
"--enable-preview",
7+
"-Dprism.dirtyopts=false",
88
"-Dprism.forceGPU=true",
99
"-XX:MaxRAMPercentage=95",
1010
"--add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
@@ -23,7 +23,7 @@
2323
"type":"tar.gz",
2424
"name":"zulu25.32.21-ca-fx-jre25.0.2-linux_aarch64",
2525
"jvmargs":[
26-
"--enable-preview",
26+
"-Dprism.dirtyopts=false",
2727
"-Dprism.order=es2",
2828
"-Dprism.verbose=true",
2929
"-Dprism.forceGPU=true",
@@ -44,7 +44,7 @@
4444
"type":"zip",
4545
"name":"zulu25.32.21-ca-fx-jre25.0.2-win_x64",
4646
"jvmargs":[
47-
"--enable-preview",
47+
"-Dprism.dirtyopts=false",
4848
"-XX:MaxRAMPercentage=95",
4949
"--add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
5050
"--add-exports javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
@@ -62,7 +62,7 @@
6262
"type":"zip",
6363
"name":"zulu25.32.21-ca-fx-jre25.0.2-macosx_x64",
6464
"jvmargs":[
65-
"--enable-preview",
65+
"-Dprism.dirtyopts=false",
6666
"-Dprism.forceGPU=true",
6767
"-XX:MaxRAMPercentage=95",
6868
"--add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
@@ -81,7 +81,7 @@
8181
"type":"zip",
8282
"name":"zulu25.32.21-ca-fx-jre25.0.2-macosx_aarch64",
8383
"jvmargs":[
84-
"--enable-preview",
84+
"-Dprism.dirtyopts=false",
8585
"-Dprism.forceGPU=true",
8686
"-XX:MaxRAMPercentage=95",
8787
"--add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",

0 commit comments

Comments
 (0)