Skip to content

Commit

Permalink
Use '-Xcheck:jni' during testsuite run to detect JNI bugs (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Oct 2, 2023
1 parent a4a3c65 commit 8676fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<argLine>-Xmx2G</argLine>
<argLine>-Xmx2G -Xcheck:jni</argLine>
</configuration>
</plugin>

Expand Down

0 comments on commit 8676fba

Please sign in to comment.