History log of /openjdk10/langtools/test/tools/sjavac/IncludeExcludePatterns.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


# 3356:b99518745035 22-Mar-2016 alundblad

8048146: sjavac uses unexpected exit code of -1
Summary: Changed exit codes for sjavac
Reviewed-by: jlahoda


# 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


# 3200:9f3a70d14025 08-Jan-2016 jjg

8146727: test tools/sjavac/IncludeExcludePatterns.java fails on Windows
Reviewed-by: darcy


# 3195:88a874f33d6d 08-Jan-2016 alundblad

8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
Summary: Rewrote sjavac include/exclude pattern handling.
Reviewed-by: jlahoda