Revert "GP-1300: Prevent illegal access to java.net module." It broke

tests and the workaround isn't known yet.

This reverts commit d590f10238.
This commit is contained in:
Ryan Kurtz
2021-09-21 10:12:53 -04:00
parent 6a4f846341
commit df99adf2b5
3 changed files with 3 additions and 7 deletions

View File

@@ -72,6 +72,7 @@ VMARGS=-Xshare:off
# Permit "illegal reflective accesses" to enable JDK compatibility with Ghidra and 3rd party jars.
VMARGS=--add-opens java.base/java.lang=ALL-UNNAMED
VMARGS=--add-opens java.base/java.util=ALL-UNNAMED
VMARGS=--add-opens java.base/java.net=ALL-UNNAMED
VMARGS=--add-opens java.desktop/sun.awt.image=ALL-UNNAMED
VMARGS_LINUX=--add-opens java.desktop/sun.awt.X11=ALL-UNNAMED