Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8049529

LogCompilation: annotate make_not_compilable with compilation level

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • b25

        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='...'/>

              vlivanov Vladimir Ivanov
              vlivanov Vladimir Ivanov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: