Skip to content

Commit

Permalink
pom: Remove JVM deoptimization for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 11, 2024
1 parent 1854eeb commit aae0d6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefireJacocoArgLine} -Dfile.encoding=UTF-8
-XX:+TieredCompilation -XX:TieredStopAtLevel=1 ${kohlschutter.surefire.patch.args} ${kohlschutter.surefire.access.args}</argLine>
<argLine>${surefireJacocoArgLine} -Dfile.encoding=UTF-8 ${kohlschutter.surefire.patch.args} ${kohlschutter.surefire.access.args}</argLine>
<detail>true</detail>
</configuration>
<executions>
Expand Down Expand Up @@ -791,8 +790,7 @@
<configuration>
<skip>${spotbugs.disabled}</skip>
<failOnError>${spotbugs.strict}</failOnError>
<jvmArgs>-XX:+TieredCompilation
-XX:TieredStopAtLevel=1</jvmArgs>
<jvmArgs>-XX:+TieredCompilation -XX:TieredStopAtLevel=1</jvmArgs>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit aae0d6b

Please sign in to comment.