mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add --jbr-illegal-access to default VM options
GitOrigin-RevId: b6985d918a9c08accb9aae4f01b90a6dd42bee27
This commit is contained in:
committed by
intellij-monorepo-bot
parent
295923bc89
commit
f3ac494fcd
+1
@@ -9,6 +9,7 @@ final class VmOptionsGenerator {
|
||||
@SuppressWarnings('SpellCheckingInspection')
|
||||
static final List<String> COMMON_VM_OPTIONS = List.of(
|
||||
'-XX:+IgnoreUnrecognizedVMOptions',
|
||||
'--jbr-illegal-access',
|
||||
'-XX:+UseG1GC',
|
||||
'-XX:SoftRefLRUPolicyMSPerMB=50',
|
||||
'-XX:CICompilerCount=2',
|
||||
|
||||
Reference in New Issue
Block a user