Skip to content

Commit ffcbb65

Browse files
committed
Add more module options to default vmoptions file
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com> (cherry picked from commit 20198c2)
1 parent 21f3275 commit ffcbb65

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

server/conf/default_modules.vmoptions

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
--add-opens=java.base/sun.security.pkcs=ALL-UNNAMED
1717
--add-opens=java.base/sun.security.rsa=ALL-UNNAMED
1818
--add-opens=java.base/sun.security.x509=ALL-UNNAMED
19+
--add-opens=java.base/java.io=ALL-UNNAMED
20+
--add-opens=java.base/java.nio=ALL-UNNAMED
21+
--add-opens=java.base/java.nio.file=ALL-UNNAMED
22+
--add-opens=java.base/java.util.concurrent=ALL-UNNAMED
23+
--add-opens=java.base/javax.net.ssl=ALL-UNNAMED
24+
--add-opens=java.base/sun.security.validator=ALL-UNNAMED
25+
--add-opens=java.base/sun.security.provider.certpath=ALL-UNNAMED
26+
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
27+
--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED
1928
--add-opens=java.desktop/java.awt=ALL-UNNAMED
2029
--add-opens=java.desktop/java.awt.color=ALL-UNNAMED
2130
--add-opens=java.desktop/java.awt.font=ALL-UNNAMED

0 commit comments

Comments
 (0)