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

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Sat Oct 4 19:50:02 UTC 2014


Hi Vladimir, 

thanks for pushing both of them!  Great you  fixed the new 
operators for 8.

Best regards,
  Goetz.

-----Original Message-----
From: hotspot-dev [mailto:hotspot-dev-bounces at openjdk.java.net] On Behalf Of Vladimir Kozlov
Sent: Thursday, October 02, 2014 9:20 PM
To: hotspot-dev at openjdk.java.net
Subject: Re: RFR(M): 8059592: Recent bugfixes in ppc64 port.

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