8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags

Reviewed-by: mcimadamore
This commit is contained in:
Vicente Romero 2016-09-06 17:04:43 -07:00
parent e1a6127998
commit 29aa24a3c1
76 changed files with 117 additions and 120 deletions

View file

@ -122,7 +122,7 @@ public class TestLambdaToMethodStats extends ComboInstance<TestLambdaToMethodSta
@Override
public void doWork() throws IOException {
check(newCompilationTask()
.withOption("-Xdebug:dumpLambdaToMethodStats")
.withOption("--debug:dumpLambdaToMethodStats")
.withSourceFromTemplate(template)
.generate());
}