Skip to content

Commit 1c357c8

Browse files
authored
Merge pull request #5979 from kwvanderlinde/refactor/5971-remove-redundant-jvm-options
Remove redundant JVM options
2 parents 842f478 + d96d340 commit 1c357c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ ext {
9393
}
9494

9595
def javaArgs = [
96-
"-Xss8M", "-Dsun.java2d.d3d=false", "-Dfile.encoding=UTF-8",
96+
"-Xss8M", "-Dsun.java2d.d3d=false",
9797
"-Dpolyglot.engine.WarnInterpreterOnly=false",
9898
"-Djava.util.Arrays.useLegacyMergeSort=true",
99-
"-DMAPTOOL_DATADIR=.maptool-" + vendor.toLowerCase(), "-XX:+ShowCodeDetailsInExceptionMessages",
99+
"-DMAPTOOL_DATADIR=.maptool-" + vendor.toLowerCase(),
100100
"--add-opens=java.desktop/java.awt=ALL-UNNAMED", "--add-opens=java.desktop/java.awt.geom=ALL-UNNAMED",
101101
"--add-opens=java.desktop/sun.awt.geom=ALL-UNNAMED", "--add-opens=java.base/java.util=ALL-UNNAMED",
102102
"--add-opens=javafx.web/javafx.scene.web=ALL-UNNAMED", "--add-opens=javafx.web/com.sun.webkit=ALL-UNNAMED",

0 commit comments

Comments
 (0)