From 615b3d5b1ac12a62428cace87c580fe4d8f90a57 Mon Sep 17 00:00:00 2001 From: Andrew Francis Thomas Date: Thu, 12 Aug 2021 20:40:32 -0700 Subject: [PATCH] LANG-1667: Allow tests to access java.util classes such as ArrayList in Java 16 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 17a9ac9cac..0f92b680f3 100644 --- a/pom.xml +++ b/pom.xml @@ -935,7 +935,8 @@ - -Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED + + -Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED true