RFR(S): 8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame

Doerr, Martin martin.doerr at sap.com
Wed Jun 12 12:27:38 UTC 2019


Hi Gustavo,

thanks for the review. Pushed with your comment fixes.

Best regards,
Martin


> -----Original Message-----
> From: Gustavo Romero <gromero at linux.vnet.ibm.com>
> Sent: Mittwoch, 12. Juni 2019 03:50
> To: Doerr, Martin <martin.doerr at sap.com>; hotspot-runtime-
> dev at openjdk.java.net
> Subject: Re: RFR(S): 8223249: [s390] Cleanup
> TemplateInterpreterGenerator::generate_fixed_frame
> Importance: High
> 
> Hi Martin,
> 
> Change looks good!
> 
> Just some nits:
> 
> Besides the change in
> -  // Tirst check the for the interpreter frame's magic.
> +  // First check the for the interpreter frame's magic.
> 
> to something like:
> 
>    // First check for the interpreter frame's magic.
> 
> 1143   // Load cp cache and save it at the and of this block.
> s/and/end/
> 
> and in
> 1138   // Save sender SP from F1 (i.e. before it was potentially modified by an
> 1139   // adapter) into F0's interpreter state. We us it as well to revert
> 1140   // resizing the frame above.
> 
> s/us/use/
> 
> You can fix them before pushing only, no new webrev needed.
> 
> Best regards,
> Gustavo
> 
> On 05/15/2019 01:02 PM, Doerr, Martin wrote:
> > Hi Coleen,
> >
> >> This looks better because it's nice when all the platforms have the same
> >> function names.
> > Definitely, yes.
> >
> >> I can't really review the s390 code but seems plausible anyway.
> > I'll wait for s390 experts to find some time. Thank you for taking a look and
> helping to improve it.
> >
> > Best regards,
> > Martin
> >



More information about the hotspot-runtime-dev mailing list