mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8025139: javac patch for using bootstrap compiler for debugging is not working properly
Reviewed-by: jjg
This commit is contained in:
parent
26b536e23d
commit
f5a3e39f94
2 changed files with 13 additions and 13 deletions
|
@ -87,8 +87,9 @@ public class SelectToolTask extends Task {
|
|||
this(toolName, false);
|
||||
}
|
||||
|
||||
ToolChoices(String toolName, boolean boostrap) {
|
||||
ToolChoices(String toolName, boolean bootstrap) {
|
||||
this.toolName = toolName;
|
||||
this.bootstrap = bootstrap;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue