RFR(S): 8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization.
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Wed Nov 20 02:11:42 PST 2013
Hi,
ImplicitNullChecks did not work on platforms where the zero
page is only write protected.
This change adds os property 'zero_page_read_protected' and extends
the ImplicitNullCheck optimization to consider only stores if
this property is not true. If a decoded compressed oop will access the
guard page before the heap, Loads work again.
This is needed on AIX, where the page at address '0' is only write-protected.
Please review and test this change:
http://cr.openjdk.java.net/~goetz/webrevs/8028471-0-zpage/
I tagged this S, as a majority of the patches apply to the ppc platform files.
Best regards,
Goetz.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/ppc-aix-port-dev/attachments/20131120/878f3603/attachment.html
More information about the ppc-aix-port-dev
mailing list