[9] RFR(XS): 8073956: Escape analysis dump misses args information

Tobias Hartmann tobias.hartmann at oracle.com
Thu Feb 26 16:00:21 UTC 2015


Hi,

please review this small patch that fixes the output of 

https://bugs.openjdk.java.net/browse/JDK-8073956
http://cr.openjdk.java.net/~thartmann/8073956/webrev.00/

The problem is in 'BCEscapeAnalyzer::dump()' where 'AllocatedObj::print_on()' is called instead of 'Set::print()'.

Thanks,
Tobias


More information about the hotspot-compiler-dev mailing list