mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6900037: javac should warn if earlier -source is used and bootclasspath not set
Reviewed-by: darcy
This commit is contained in:
parent
68ea64e30f
commit
be8a607fef
39 changed files with 193 additions and 72 deletions
|
@ -26,7 +26,7 @@
|
|||
* @bug 4249112 4785453
|
||||
* @summary Verify that implicit member modifiers are set correctly.
|
||||
*
|
||||
* @compile/ref=MemberModifiers.out -source 1.4 -target 1.4.2 -XDdumpmodifiers=cfm MemberModifiers.java
|
||||
* @compile/ref=MemberModifiers.out -source 1.4 -target 1.4.2 -Xlint:-options -XDdumpmodifiers=cfm MemberModifiers.java
|
||||
*/
|
||||
|
||||
// Currently, we check only that members of final classes are not final.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue