mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8266819: Separate the stop policies from the compile policies completely
Reviewed-by: mcimadamore
This commit is contained in:
parent
a270cbe2eb
commit
17ceef97c3
9 changed files with 21 additions and 45 deletions
|
@ -1716,7 +1716,8 @@ public class AnnotationProcessing extends ModuleTestBase {
|
|||
"-AlookupClass=+test.Test",
|
||||
"-AlookupPackage=+test",
|
||||
"--add-modules=m2x",
|
||||
"-XDshould-stop.at=ATTR",
|
||||
"-XDshould-stop.ifError=ATTR",
|
||||
"-XDshould-stop.ifNoError=ATTR",
|
||||
"-XDrawDiagnostics")
|
||||
.outdir(srcClasses)
|
||||
.files(findJavaFiles(src))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue