jlahoda [Tue, 04 Oct 2016 17:40:29 +0200] rev 41255
8073844: fatal annotation processing errors do not stop compilation
Summary: JavacProcessingEnvironment lets the should-stop policy decide when the compilation should stop.
Reviewed-by: jjg
jlahoda [Tue, 04 Oct 2016 16:25:19 +0200] rev 41254
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