JDK-7057285 : JSR 292: PrintInlining prints flat trees with discounted MH calls
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs22
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2011-06-21
  • Updated: 2011-06-30
  • Resolved: 2011-06-30
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.
Other
hs22Resolved
Related Reports
Duplicate :  
Description
The current logic that discounts method handle calls and adapters from the inlining threshold results in printing flat inlining trees with PrintInlining.  This makes the examination difficult.

Comments
EVALUATION This was fixed as part of 7057587.
30-06-2011