RFR(M): 8059592: Recent bugfixes in ppc64 port.

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Oct 2 19:20:21 UTC 2014


Looks fine. One question is how you can have failing state during code 
generation?:

if (Compile::current()->env()->failing()) { return; } // Code cache may 
be full.

There should be bailout in opto/output.cpp when codecache is full.
Did it happen because estimated buffer size was less then needed?

Thanks,
Vladimir

On 10/2/14 1:06 AM, Lindenmaier, Goetz wrote:
> Hi,
>
> This change contains some bugfixes in the ppc64 coding, and some minor
> improvements.  It only touches code used in the port.
> http://cr.openjdk.java.net/~goetz/webrevs/8059592-ppc_bugs/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8059592
>
> Please review and test this change.  I please need a sponsor.
> This change also should go to 8u40, please.
>
> Best regards,
>    Goetz.
>
>


More information about the hotspot-dev mailing list