From 27aa2f68d9d0ee36b69aa50e7e20bac8286cd65d Mon Sep 17 00:00:00 2001 From: Kelvin Musodza Date: Wed, 11 Mar 2026 19:47:18 -0700 Subject: [PATCH] codeporter: deterministic test runtime remediation --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c9feb75..39538d4 100644 --- a/pom.xml +++ b/pom.xml @@ -447,7 +447,7 @@ maven-surefire-plugin 3.2.5 - --add-opens=java.base/sun.nio.ch=ALL-UNNAMED + --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED @@ -605,7 +605,7 @@ **/*Stress*Test.java - --add-opens=java.base/sun.nio.ch=ALL-UNNAMED + --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED