History log of /openjdk10/langtools/test/tools/javac/processing/model/completionfailure/NoAbortForBadClassFile.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