-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b64
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085503 | emb-9 | Andreas Lundblad | P3 | Resolved | Fixed | team |
This field was originally introduced to easily select between StringBuffer and StringBuilder. Since we no longer support target 1.6, this has become obsolete.
Also, since the field is initialized from Symtab, and Symtab is part of a cyclic dependency (Symtab -> ClassFinder -> ClassReader -> Annotate -> Check -> Resolve -> Symtab) the field is not always initialized properly.
Also, since the field is initialized from Symtab, and Symtab is part of a cyclic dependency (Symtab -> ClassFinder -> ClassReader -> Annotate -> Check -> Resolve -> Symtab) the field is not always initialized properly.
- backported by
-
JDK-8085503 The field Gen.stringBufferType is no longer needed (and not always initialized properly)
-
- Resolved
-
- blocks
-
JDK-8054717 SJavac should track changes in the public apis of classpath classes!
-
- Closed
-