8153407: javac, fold debug options

Reviewed-by: mcimadamore, jjg
This commit is contained in:
Vicente Romero 2016-07-08 16:47:13 -07:00
parent 003244f622
commit bec16625dc
33 changed files with 96 additions and 74 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -25,7 +25,7 @@
* @test
* @bug 8143217
* @summary javac throws NPE when printing diagnostics for Lambda expressions
* @compile XDdumpLambdaToMethodStats.java -XDdumpLambdaToMethodStats
* @compile XDdumpLambdaToMethodStats.java -Xdebug:dumpLambdaToMethodStats
*
*/