RFR: 8232050: Improve inlining of Klass accessors

Jiangli Zhou jianglizhou at google.com
Wed Oct 9 16:49:45 UTC 2019


Hi Claes,

You have plenty of reviews already, but I took a look anyway. :) Nice work!

Best,
Jiangli

On Wed, Oct 9, 2019 at 6:59 AM David Holmes <david.holmes at oracle.com> wrote:
>
> Looks good.
>
> Thanks,
> David
>
> On 9/10/2019 10:09 pm, Claes Redestad wrote:
> > Hi,
> >
> > this patch ensures various trivial accessors in Klass gets inlined,
> > which is especially beneficial during linking, but may benefit also
> > other parts of the runtime (including GC).
> >
> > Bug:    https://bugs.openjdk.java.net/browse/JDK-8232050
> > Webrev: https://cr.openjdk.java.net/~redestad/8232050/open.00/
> >
> > Testing: tier1+2
> >
> > Thanks!
> >
> > /Claes


More information about the hotspot-runtime-dev mailing list