mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
8198314: javac hidden options violate standard syntax for options
Reviewed-by: jjg
This commit is contained in:
parent
3a3fbb391f
commit
6a2e0a5a01
74 changed files with 146 additions and 149 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue