RFR: 8231214: PrintInlining should avoid intermixing of messages
Tobias Hartmann
tobias.hartmann at oracle.com
Fri Sep 20 08:32:40 UTC 2019
Hi Jie,
print_inlining_stream()->print() is also called at other places. Shouldn't we lock there as well?
Best regards,
Tobias
On 19.09.19 07:54, Jie Fu wrote:
> Hi all,
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8231214
> Webrev: http://cr.openjdk.java.net/~jiefu/8231214/webrev.00/
>
> When analyzing the inlining status of the compilation, the output of PrintInlining was found to be
> intermixed.
> It might be better to dump the inlining messages together in one block.
>
> Testing:
> - make test TEST="tier1" CONF=release on Linux/x64
> - make test TEST="tier1" CONF=fastdebug on Linux/x64
>
> Could you please review it and give me some advice?
>
> Thanks a lot.
> Best regards,
> Jie
>
>
More information about the hotspot-compiler-dev
mailing list