aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-23 14:59:04 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-23 14:59:04 +0200
commit54c8efc94c912f75356f2e097f389c637bc65b3c (patch)
treeb0a5432643586c0cb3bfdefec3d8228b02fa6762 /standalone-container
parent87f276475ffeb2635af6b0a237964c0ca896ee3b (diff)
Remove warning produced by hc5 doing reflective access on SSLEngineImpl
Diffstat (limited to 'standalone-container')
-rwxr-xr-xstandalone-container/src/main/sh/standalone-container.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone-container/src/main/sh/standalone-container.sh b/standalone-container/src/main/sh/standalone-container.sh
index 57eca46cdd0..3f3937658d2 100755
--- a/standalone-container/src/main/sh/standalone-container.sh
+++ b/standalone-container/src/main/sh/standalone-container.sh
@@ -168,6 +168,7 @@ StartCommand() {
--add-opens=java.base/java.lang=ALL-UNNAMED \
--add-opens=java.base/java.net=ALL-UNNAMED \
--add-opens=java.base/jdk.internal.loader=ALL-UNNAMED \
+ --add-opens=java.base/sun.security.ssl=ALL-UNNAMED \
-Djava.library.path="$VESPA_HOME/lib64" \
-Djava.awt.headless=true \
-Dsun.rmi.dgc.client.gcInterval=3600000 \