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) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1998, 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
@ -28,7 +28,7 @@
* file are correct, including those within InnerClasses attributes.
* @author John Rose (jrose). Entered as a regression test by Bill Maddox (maddox).
*
* @compile/ref=ClassModifiers.out --debug:dumpmodifiers=ci ClassModifiers.java
* @compile/ref=ClassModifiers.out --debug=dumpmodifiers=ci ClassModifiers.java
*
*/