-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b35
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085413 | emb-9 | Andreas Lundblad | P3 | Resolved | Fixed | team |
Currently, sjavac depends on being able to override methods in JavaCompiler and Attr to collect dependencies. This gives rise to sjavac using two classes
com.sun.tools.sjavac.comp.AttrWithDeps
com.sun.tools.sjavac.comp.JavaCompilerWithDeps
Although that was intentional at the time, there is now a sense that it would be better to provide a hook or listener interface in javac that sjavac can use.
com.sun.tools.sjavac.comp.AttrWithDeps
com.sun.tools.sjavac.comp.JavaCompilerWithDeps
Although that was intentional at the time, there is now a sense that it would be better to provide a hook or listener interface in javac that sjavac can use.
- backported by
-
JDK-8085413 simplify sjavac dependence on javac dependency gathering
-
- Resolved
-
- relates to
-
JDK-8048890 Add option to keep track of symbol completion dependencies
-
- Closed
-