mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
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:
parent
c58a8aae3e
commit
279b6faa56
5 changed files with 76 additions and 6 deletions
|
@ -0,0 +1,6 @@
|
|||
/* /nodynamiccopyright/ */
|
||||
class StopAfterErrorAux {
|
||||
public void test() {
|
||||
should not; get here;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue