mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 21:26:02 +08:00
GP-1300: No longer allowing illegal reflective accesses to the java.net
module. Allowing this was only necessary to support an old version of Apache Felix.
This commit is contained in:
@@ -72,7 +72,6 @@ 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
|
||||
|
||||
# Persistent cache directory used by the application. This directory will be used to store
|
||||
|
||||
Reference in New Issue
Block a user