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) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 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
@ -210,7 +210,7 @@ public class StructuralMostSpecificTest extends ComboInstance<StructuralMostSpec
public void doWork() throws Throwable {
newCompilationTask()
.withSourceFromTemplate(sourceTemplate)
.withOption("--debug:verboseResolution=all,-predef,-internal,-object-init")
.withOption("--debug=verboseResolution=all,-predef,-internal,-object-init")
.analyze(this::check);
}