8135203: javac, patch intended for an issue was pushed with wrong id and message

Reviewed-by: jjg
This commit is contained in:
Vicente Romero 2015-09-08 11:53:17 -07:00
parent 772ca1b431
commit 0c3e27483f

View File

@ -1436,7 +1436,6 @@ public class Resolve {
}
Assert.check(!sym.kind.isResolutionError());
try {
types.noWarnings.clear();
Type mt = rawInstantiate(env, site, sym, null, argtypes, typeargtypes,
allowBoxing, useVarargs, types.noWarnings);
currentResolutionContext.addApplicableCandidate(sym, mt);