mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-7037: Using Java Compact Object Headers
This commit is contained in:
@@ -97,6 +97,9 @@ VMARGS_WINDOWS=-Dlog4j.skipJansi=true
|
||||
# Ghidra does not use class data sharing, so explicitly turn it off to avoid the warning.
|
||||
VMARGS=-Xshare:off
|
||||
|
||||
# Use JDK compact object headers
|
||||
VMARGS=-XX:+UseCompactObjectHeaders
|
||||
|
||||
# Restrict XML external access
|
||||
VMARGS=-Djavax.xml.accessExternalDTD=
|
||||
VMARGS=-Djavax.xml.accessExternalSchema=
|
||||
|
||||
Reference in New Issue
Block a user