JDK-8049529 : LogCompilation: annotate make_not_compilable with compilation level
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-07-08
  • Updated: 2015-01-21
  • Resolved: 2014-07-16
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 8 JDK 9
8u40Fixed 9 b25Fixed
Description
make_not_compilable event doesn't provide any info at which level compilation is disabled for a method.

Sample:
<make_not_compilable thread='...' method='...' bytes='...' count='...' backedge_count='...' iicount='...' stamp='...'/>
<make_not_osr_compilable thread='...' method='...' bytes='...' count='...' backedge_count='...' iicount='...' stamp='...'/>

Suggested format:
<make_not_compilable thread='...' osr='...' level='...' method='...' bytes='...' count='...' backedge_count='...' iicount='...' stamp='...'/>