make/common/SetupJavaCompilers.gmk
branchihse-errorprone-branch
changeset 57056 85a97ef23187
parent 56846 1186bac4e290
equal deleted inserted replaced
56846:1186bac4e290 57056:85a97ef23187
    81           --add-exports jdk.compiler.interim/com.sun.tools.javac.parser=ALL-UNNAMED \
    81           --add-exports jdk.compiler.interim/com.sun.tools.javac.parser=ALL-UNNAMED \
    82           --add-exports jdk.compiler.interim/com.sun.tools.javac.comp=ALL-UNNAMED \
    82           --add-exports jdk.compiler.interim/com.sun.tools.javac.comp=ALL-UNNAMED \
    83           --add-opens=jdk.compiler.interim/com.sun.tools.javac.comp=ALL-UNNAMED \
    83           --add-opens=jdk.compiler.interim/com.sun.tools.javac.comp=ALL-UNNAMED \
    84           #
    84           #
    85 
    85 
       
    86           # --add-modules java.logging \
       
    87 
    86   ERRORPRONE_JAVAC_FLAGS := \
    88   ERRORPRONE_JAVAC_FLAGS := \
    87           '-Xplugin:ErrorProne -XepDisableAllChecks -Xep:CollectionIncompatibleType:ERROR' \
    89           '-Xplugin:ErrorProne -XepDisableAllChecks -Xep:CollectionIncompatibleType:ERROR' \
    88           -XDcompilePolicy=byfile \
    90           -XDcompilePolicy=byfile \
    89           #
    91           #
    90 endif
    92 endif