-
Sub-task
-
Resolution: Fixed
-
P3
-
8u40
-
b37
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085755 | emb-9 | Attila Szegedi | P3 | Resolved | Fixed | team |
JDK-8064257 | 8u45 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8061595 | 8u40 | Attila Szegedi | P3 | Resolved | Fixed | b12 |
JDK-8070494 | emb-8u47 | Attila Szegedi | P3 | Resolved | Fixed | team |
Optimistic splitter performs AST transformations that can't be easily recreated after the initial compilation step (especially since later compilations only parse the immediate part being recompiled). For this reason, optimistic splitter depends on the ability to store partially transformed AST in memory. The easiest way to do this (and not incur the overhead of keeping full objects around) is to make AST classes serializable.
- backported by
-
JDK-8061595 Make AST serializable
- Resolved
-
JDK-8064257 Make AST serializable
- Resolved
-
JDK-8070494 Make AST serializable
- Resolved
-
JDK-8085755 Make AST serializable
- Resolved