add --jbr-illegal-access to default VM options

GitOrigin-RevId: b6985d918a9c08accb9aae4f01b90a6dd42bee27
This commit is contained in:
Konstantin Bulenkov
2022-04-06 12:15:20 +00:00
committed by intellij-monorepo-bot
parent 295923bc89
commit f3ac494fcd
@@ -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',