8198314: javac hidden options violate standard syntax for options

Reviewed-by: jjg
This commit is contained in:
Vicente Romero 2018-04-03 23:58:52 -04:00
parent 3a3fbb391f
commit 6a2e0a5a01
74 changed files with 146 additions and 149 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 2018, 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
@ -26,7 +26,7 @@
* @bug 4249112 4785453
* @summary Verify that implicit member modifiers are set correctly.
*
* @compile/ref=MemberModifiers.out --debug:dumpmodifiers=cfm MemberModifiers.java
* @compile/ref=MemberModifiers.out --debug=dumpmodifiers=cfm MemberModifiers.java
*/
// Currently, we check only that members of final classes are not final.