JDK-7147416 : LogCompilation tool does not work with post parse inlining
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8-pool
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-02-21
  • Updated: 2013-06-26
  • Resolved: 2012-03-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u40Fixed 8Fixed hs24Fixed
Description
Using tool to print inlining from LogCompilation output file is broken if post parse inlining was done. Last inlinined method name is used as main compiled method name. Also the tool throw exceptions when it does not see node='x' in parse_done which could happened when C2 bailout (failed) from Parse.

Comments
EVALUATION http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/c7987cbaf2ca
22-03-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/c7987cbaf2ca
24-02-2012