History log of /openjdk10/langtools/make/gendata/Gendata-jdk.compiler.gmk
Revision Date Author Comments
# 4253:c3157e930907 13-Jul-2017 jlahoda

8181298: Assertion failure in com.sun.tools.javac.comp.Modules
Summary: Fixing dependencies for ct.sym-files target.
Reviewed-by: tbell, erikj
Contributed-by: erik.joelsson@oracle.com


# 4171:77a2d6c1f321 11-May-2017 jlahoda

8178152: Handling of incubating modules, the jdk.unsupported module and --add-exports with --release <current>
Summary: --release 9 should only allow documented modules; --add-exports/--add-reads/--patch-module should not be allowed on system modules when --release 9 is used.
Reviewed-by: jjg, erikj, ihse


# 3674:f6d8902a4c8b 04-Oct-2016 erikj

8166965: Some small java build tools are still running with big JVM configuration
Reviewed-by: ihse


# 3618:64182008b2d0 26-Aug-2016 jjg

8164887: update tests to remove use of old-style options
Reviewed-by: mchung


# 3311:305e9e96a7f6 31-Mar-2016 mchung

8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
Reviewed-by: alanb


# 3294:9adfb22ff08f 17-Mar-2016 alanb

8142968: Module System implementation
Summary: Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, jan.lahoda@oracle.com, vicente.romero@oracle.com, andreas.lundblad@oracle.com, andrey.x.nazarov@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, kumar.x.srinivasan@oracle.com, sundararajan.athijegannathan@oracle.com


# 3079:19e44405ab4f 03-Nov-2015 ihse

8141333: Rename SetupArchive to SetupJarArchive
Reviewed-by: erikj, tbell


# 2973:0e8fa3249327 01-Jul-2015 jlahoda

8072480: javac should support compilation for a specific platform version
Summary: Adding a new javac option for compiling for JDK N: -release N; including history data for previous version of JDK.
Reviewed-by: erikj, ihse, jjg, mcimadamore, mr
Contributed-by: jan.lahoda@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com