-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8, 9
-
Component/s: tools
-
b82
-
Not verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8142235 | emb-9 | Vicente Arturo Romero Zaldivar | P3 | Resolved | Fixed | team |
There is a call in class Resolve from method selectBest() to method rawInstantiate() using as the Warner the field: types.noWarnings. If this field is not cleared before the call, it can share state between calls, thus provoking misleading warning or compilation errors.
- backported by
-
JDK-8142235 javac, before calling rawInstantiate from selectBest the warner should be cleared out
-
- Resolved
-