8025139: javac patch for using bootstrap compiler for debugging is not working properly

Reviewed-by: jjg
This commit is contained in:
Vicente Romero 2013-09-26 19:06:09 +01:00
parent 26b536e23d
commit f5a3e39f94
2 changed files with 13 additions and 13 deletions

View file

@ -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