-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b38
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2194789 | OpenJDK6 | Jonathan Gibbons | P4 | Resolved | Fixed | b21 |
The byfile compile policy currently causes attribution of all files before any code is generated. This defeats other optimizations during code generation, such as discarding method bodies once they have been generated. As a result, the compiler cannot compile as many files as before, with the byfile policy.
- backported by
-
JDK-2194789 need to improve byfile compile policy to eliminate footprint issues
- Resolved
- relates to
-
JDK-6382700 Default compile policy in javac causes footprint issues
- Resolved
-
JDK-4834690 javac generates fewer class files than it could on errors
- Closed