8073844: fatal annotation processing errors do not stop compilation

JavacProcessingEnvironment lets the should-stop policy decide when the compilation should stop.

Reviewed-by: jjg
This commit is contained in:
Jan Lahoda 2016-10-04 17:40:29 +02:00
parent c58a8aae3e
commit 279b6faa56
5 changed files with 76 additions and 6 deletions

View file

@ -0,0 +1,6 @@
/* /nodynamiccopyright/ */
class StopAfterErrorAux {
public void test() {
should not; get here;
}
}