From ab96fb0245702e74397f15ad49955d581af5a3d9 Mon Sep 17 00:00:00 2001 From: Andrew Thomas Date: Fri, 13 Aug 2021 07:33:55 -0700 Subject: [PATCH] LANG-1667: Allow tests to access java.util classes such as ArrayList in Java 16 (#788) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 17a9ac9ca..0f92b680f 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