Home | History | Annotate | Download | only in docs

Lines Matching full:inlining

102 <li>Fixed inlining of methods with unusual exception handlers.
126 <li>Reduced maximum allowed code length after inlining from 8000 bytes to
164 <li>Improved inlining of constant parameters and removal of unused parameters.
172 <li>Fixed repeated method inlining.
173 <li>Fixed inlining of finally blocks surrounded by large try blocks, compiled
217 <li>Fixed handling of exceptions when inlining subroutines.
218 <li>Fixed inlining of incompatible code constructs between different java
248 <li>Fixed handling of local variable debug information when inlining methods.
287 <li>Added new inter-procedural optimizations: method inlining and propagation
376 <li>Fixed inlining of interfaces that are used in .class constructs.
454 <li>Added inlining of interfaces with single implementations.