History log of /openjdk10/langtools/test/tools/sjavac/NoState.java
Revision Date Author Comments
# 3573:c4a18ee691c4 10-Aug-2016 jjg

8136930: Simplify use of module-system options by custom launchers
8160489: Multiple -Xpatch lines ignored by javac
8156998: javac should support new option -XinheritRuntimeEnvironment
Reviewed-by: jlahoda, ksrini


# 3314:97ec97671022 31-Mar-2016 jjg

8152897: refactor ToolBox to allow reduced documented dependencies
Reviewed-by: vromero


# 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


# 3219:aacc4ceb35c9 24-Jan-2016 alundblad

8056989: Sjavac --server option should be optional
8147568: NullPointerException in option parsing
Summary: Made --server option optional (and background=true implied)
Reviewed-by: jlahoda, erikj


# 3144:130ae42e6da7 26-Nov-2015 alundblad

8144009: ToolBox should have a cleanDirectory method
Summary: Added cleanDirectory method to ToolBox.
Reviewed-by: jjg


# 3082:17d15aa9140d 03-Nov-2015 alundblad

8139961: Various sjavac tests result in error on Windows (JPRT)
Summary: Test now closes Stream properly.
Reviewed-by: jlahoda


# 3034:c8206f440046 21-Sep-2015 alundblad

8135131: Enable thin server mode in Sjavac
Summary: State tracknig and incremental compilation disabled unless --state-dir is provided.
Reviewed-by: jlahoda