History log of /openjdk10/langtools/test/tools/javac/modules/EdgeCases.java
Revision Date Author Comments
# 4254:d601b22360fa 13-Jul-2017 jlahoda

8182450: javac aborts when generating ct.sym intermittently
Summary: Initialize the module system model even in presence of missing/broken module-infos; BadClassFiles should not immediatelly abort compilation anymore, but should be handled as if the classfile did not exist.
Reviewed-by: jjg


# 4220:51b4cd2af28e 19-Jun-2017 darcy

8163989: Clarify ModuleElement spec
Reviewed-by: abuckley, jjg


# 4080:cc3c67b12ef1 29-Mar-2017 jlahoda

8177311: Denied access when named module accesses unreferences package from the unnamed module
Summary: Ensure access to the unnamed module is allowed if the given module reads the unnamed module.
Reviewed-by: jjg


# 4055:d457e90d4906 14-Mar-2017 jlahoda

8176045: No compile error when a package is not declared
Summary: Fixing handling of otherwise empty files with package clauses and empty files without package clauses.
Reviewed-by: jjg


# 4054:24fa5d195595 14-Mar-2017 jlahoda

8175057: module-info on patch path should not produce an error
Summary: Allowing module-infos on patch paths during compilation.
Reviewed-by: jjg, ksrini


# 3923:923a093b4bd8 26-Jan-2017 jlahoda

8173068: ElementUtils getPackageElement does not allow for an unnamed package
Summary: Removing special handling of unnamed packages in Elements.getPackageElement.
Reviewed-by: darcy, jjg, ksrini


# 3907:84bfe4b79603 20-Jan-2017 jlahoda

8173117: Compilation significantly slower after JDK-8169197
Summary: Only using recovery search when an error is inevitable.
Reviewed-by: jjg, mcimadamore


# 3906:1037f4f81ed9 20-Jan-2017 jlahoda

8172809: Error compiling javafx modules after fix for JDK-8169197
Summary: Properly stripping broken requires from ModuleSymbols.
Reviewed-by: jjg, mcimadamore


# 3904:7486e172ca65 20-Jan-2017 jlahoda

8171098: NPE when --add-modules java.corba is used
Summary: Block annotations queue until enter is done, to avoid flushing annotations during module resolution.
Reviewed-by: jjg


# 3875:f94e974fe589 11-Jan-2017 jlahoda

8169197: Improve error reporting for compiling against unexported package
Summary: When a type cannot be found, look into other modules, search for possible viable types, and report them conveniently to the user.
Reviewed-by: mcimadamore, jjg


# 3822:d8766c39123a 15-Dec-2016 alanb

8170987: Module system implementation refresh (12/2016)
Reviewed-by: mcimadamore
Contributed-by: jonathan.gibbons@oracle.com, jan.lahoda@oracle.com, srikanth.adayapalam@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com


# 3792:d516975e8110 01-Dec-2016 alanb

8169069: Module system implementation refresh (11/2016)
Reviewed-by: mcimadamore, jjg, mchung, anazarov
Contributed-by: jonathan.gibbons@oracle.com, jan.lahoda@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com, bhavesh.x.patel@oracle.com, andrey.x.nazarov@oracle.com


# 3747:80b576bd3631 03-Nov-2016 jjg

8167975: align javac --add-* modules options with launcher
Reviewed-by: jlahoda


# 3741:1fc501869aa8 02-Nov-2016 jlahoda

8169074: Build is failing after JDK-8166538
Summary: Reverting d3dde3f775b8
Reviewed-by: darcy


# 3740:d3dde3f775b8 02-Nov-2016 jlahoda

8166538: Improve error reporting for compiling against unexported package
Summary: When a type cannot be found, look into other modules, search for possible viable types, and report them conveniently to the user.
Reviewed-by: mcimadamore, jjg


# 3697:fe8352e43bdb 11-Oct-2016 jlahoda

8167320: Trying to document only java.base causes a NPE in javac
Summary: Ensure ModuleSymbol.getDirectives completes the Symbol
Reviewed-by: ksrini, jjg


# 3675:50a14048e428 04-Oct-2016 jlahoda

8152911: javac assertion error when compiling overlay sources
Summary: Avoid creating ModuleSymbols with unspecified name, to avoid conflicts with predefined ModuleSymbol for the java.base module.
Reviewed-by: jjg


# 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


# 3373:e79cb3adffa7 02-May-2016 jjg

8155774: move code from ModuleTestBase to toolbox
Reviewed-by: ksrini, jlahoda


# 3359:2aa0433e0add 15-Apr-2016 jlahoda

8154283: Check for clash between package and class not working when package in a different module
Summary: Looking for any visible package when checking for package-class clash
Reviewed-by: jjg


# 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