File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ -Xshare:auto
2+ -XX:TieredStopAtLevel=1
13-XX:+CrashOnOutOfMemoryError
24-XX:+TieredCompilation
3- -XX:TieredStopAtLevel=1
5+ -XX:+UseParallelGC
46--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
57--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
68--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
Original file line number Diff line number Diff line change 1- -T1C
2- -Dstyle.color=always
1+ -Dmaven.artifact.threads=20
32-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
3+ -Dstyle.color=always
4+ --threads=1C
45--no-transfer-progress
Original file line number Diff line number Diff line change 147147 itself at runtime which now are raised as of Java 22.
148148 -->
149149 <argLine >
150- -XX:+CrashOnOutOfMemoryError
151- -XX:+TieredCompilation
152- -XX:TieredStopAtLevel=1
153- -Xshare:off
154150 -Dnet.bytebuddy.experimental=true
155- -Dorg.slf4j.simpleLogger.log.io.github.ascopes=DEBUG
151+ -Dorg.slf4j.simpleLogger.log.io.github.ascopes=INFO
152+ -XX:TieredStopAtLevel=1
153+ -XX:+CrashOnOutOfMemoryError
156154 -XX:+EnableDynamicAgentLoading
157- -Xms64m
155+ -XX:+TieredCompilation
156+ -XX:+UseParallelGC
157+ -Xms128m
158158 -Xmx512m
159+ -Xshare:auto
159160 </argLine >
160161 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
161162 </properties >
You can’t perform that action at this time.
0 commit comments