-
Task
-
Resolution: Fixed
-
P4
-
9
-
b64
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085649 | emb-9 | Attila Szegedi | P4 | Resolved | Fixed | team |
JDK-8087066 | 8u65 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
JDK-8079508 | 8u60 | Attila Szegedi | P4 | Resolved | Fixed | b16 |
JDK-8138516 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8081191 | emb-8u60 | Attila Szegedi | P4 | Resolved | Fixed | team |
The surroundings of the code generator have some dead code that should be pruned:
- MethodEmitter.registerReturn is unused
- CodeGenerator.enterEmptyNode is unnecessary
- BranchOptimizer has a case for a boolean UnaryNode that is not a NOT. There are no such nodes (or they're transformed to RuntimeNode earlier, e.g. the DELETE one)
- the Emitter interface is unused
- MethodEmitter.registerReturn is unused
- CodeGenerator.enterEmptyNode is unnecessary
- BranchOptimizer has a case for a boolean UnaryNode that is not a NOT. There are no such nodes (or they're transformed to RuntimeNode earlier, e.g. the DELETE one)
- the Emitter interface is unused
- backported by
-
JDK-8079508 Eliminate dead code around Nashorn code generator
-
- Resolved
-
-
JDK-8081191 Eliminate dead code around Nashorn code generator
-
- Resolved
-
-
JDK-8085649 Eliminate dead code around Nashorn code generator
-
- Resolved
-
-
JDK-8087066 Eliminate dead code around Nashorn code generator
-
- Resolved
-
-
JDK-8138516 Eliminate dead code around Nashorn code generator
-
- Resolved
-