From 603502455a2934fb62a50b2de68b0024f3ab47b9 Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Sun, 1 Oct 2023 17:20:27 -0700 Subject: [PATCH] Use '-Xcheck:jni' during testsuite run to detect JNI bugs --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f9eaae3..2d788bb5 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ maven-surefire-plugin 3.1.0 - -Xmx2G + -Xmx2G -Xcheck:jni