Request for reviews (L): 6674588: Escape Analysis: Improve Escape Analysis code
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Wed Mar 12 18:47:18 PDT 2008
http://webrev.invokedynamic.info/kvn/6674588/index.html
Fixed 6674588: Escape Analysis: Improve Escape Analysis code
Problem:
Current Escape Analysis code has several problems which have to be fixed.
Solution:
Generate Connection Graph after Parse phase and after the ideal graph is cleaned
(dead parts are removed from the graph). Add checks of additional ideal nodes
which could affect escape state of objects. Put on igvn worklist nodes
which look for or used with escape information (Lock, Unlock, Allocation, AddP).
Improve code for split unique type.
Reviewed by:
Fix verified (y/n): y
Other testing:
JPRT
More information about the hotspot-compiler-dev
mailing list