[9] RFR (XXS): 8049529: LogCompilation: annotate make_not_compilable with compilation level
Igor Veresov
igor.veresov at oracle.com
Tue Jul 8 21:36:09 UTC 2014
Good.
igor
On Jul 8, 2014, at 2:44 AM, Vladimir Ivanov <vladimir.x.ivanov at oracle.com> wrote:
> http://cr.openjdk.java.net/~vlivanov/8049529/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8049529
>
> It is useful to know at what level method compilation is disabled. Right now, this info isn't dumped to the log.
>
> Before:
> <make_not_compilable thread='...' method='...' bytes='...' count='...' backedge_count='...' iicount='...' stamp='...'/>
> <make_not_osr_compilable thread='...' method='...' bytes='...' count='...' backedge_count='...' iicount='...' stamp='...'/>
>
> After:
> <make_not_compilable thread='...' osr='...' level='...' method='...' bytes='...' count='...' backedge_count='...' iicount='...' stamp='...'/>
>
> No changes are needed in LogCompilation, since it doesn't care about make_not_{osr_}compilable tags now. I plan to address that in a separate change.
>
> Testing: manual.
>
> Thanks!
>
> Best regards,
> Vladimir Ivanov
More information about the hotspot-compiler-dev
mailing list