mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
This new setup matches the upstream Error Prone build configuration and simplifies development against JDK 11+ internal APIs.
14 lines
727 B
Plaintext
14 lines
727 B
Plaintext
-XX:ReservedCodeCacheSize=512m
|
|
-XX:SoftRefLRUPolicyMSPerMB=10
|
|
-XX:+UseParallelGC
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
|
|
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
|
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
|