Request for reviews (M): 7147416: LogCompilation tool does not work with post parse inlining
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Feb 21 12:08:13 PST 2012
http://cr.openjdk.java.net/~kvn/7147416/webrev
7147416: LogCompilation tool does not work with post parse inlining
Parsing tool for LogCompilation output is broken if post parse inlining was
done: the name of last late inlinined method is used as main compiled method
name and late inlining information is printed out of line.
Don't change compiled method if it is already set to avoid changing it by post
parse inlining info. Update already collected inlined call sites with late
inline information.
Also the tool throw exceptions when it does not see node='x' in parse_done which
could happened when C2 bailout from Parse. Pass default value '1' to
search("nodes") to avoid the trow.
Thanks,
Vladimir
More information about the hotspot-compiler-dev
mailing list