project(bootstrap): Add back AA flags
This commit is contained in:
@@ -86,7 +86,9 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT
|
|||||||
"-XX:CompileThreshold=1500",
|
"-XX:CompileThreshold=1500",
|
||||||
"-Xincgc",
|
"-Xincgc",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+UseParNewGC"
|
"-XX:+UseParNewGC",
|
||||||
|
"-Dawt.useSystemAAFontSettings=on",
|
||||||
|
"-Dswing.aatext=true"
|
||||||
)
|
)
|
||||||
|
|
||||||
@Input
|
@Input
|
||||||
@@ -94,7 +96,9 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT
|
|||||||
"-XX:+DisableAttachMechanism",
|
"-XX:+DisableAttachMechanism",
|
||||||
"-Xmx512m",
|
"-Xmx512m",
|
||||||
"-Xss2m",
|
"-Xss2m",
|
||||||
"-XX:CompileThreshold=1500"
|
"-XX:CompileThreshold=1500",
|
||||||
|
"-Dawt.useSystemAAFontSettings=on",
|
||||||
|
"-Dswing.aatext=true"
|
||||||
)
|
)
|
||||||
|
|
||||||
@Input
|
@Input
|
||||||
@@ -104,7 +108,9 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT
|
|||||||
"-Xss2m",
|
"-Xss2m",
|
||||||
"-XX:CompileThreshold=1500",
|
"-XX:CompileThreshold=1500",
|
||||||
"--add-opens=java.desktop/sun.awt=ALL-UNNAMED",
|
"--add-opens=java.desktop/sun.awt=ALL-UNNAMED",
|
||||||
"--add-opens=java.desktop/com.apple.eawt=ALL-UNNAMED"
|
"--add-opens=java.desktop/com.apple.eawt=ALL-UNNAMED",
|
||||||
|
"-Dawt.useSystemAAFontSettings=on",
|
||||||
|
"-Dswing.aatext=true"
|
||||||
)
|
)
|
||||||
|
|
||||||
@Input
|
@Input
|
||||||
@@ -113,7 +119,9 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT
|
|||||||
"-Xmx512m",
|
"-Xmx512m",
|
||||||
"-Xss2m",
|
"-Xss2m",
|
||||||
"-XX:CompileThreshold=1500",
|
"-XX:CompileThreshold=1500",
|
||||||
"--add-opens=java.desktop/sun.awt=ALL-UNNAMED"
|
"--add-opens=java.desktop/sun.awt=ALL-UNNAMED",
|
||||||
|
"-Dawt.useSystemAAFontSettings=on",
|
||||||
|
"-Dswing.aatext=true"
|
||||||
)
|
)
|
||||||
|
|
||||||
@Input
|
@Input
|
||||||
|
|||||||
Reference in New Issue
Block a user