mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 14:10:36 +00:00
8156489: jjs tab-completion crashes with stack overflow error
Reviewed-by: jlaskey
This commit is contained in:
parent
89cdc7ca82
commit
da75338df2
@ -541,7 +541,7 @@ public class Shell implements PartialParser {
|
||||
@Override
|
||||
protected Expression assignmentExpression(final boolean noIn) {
|
||||
exprStart[0] = this.start;
|
||||
return super.expression();
|
||||
return super.assignmentExpression(noIn);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user