RFR: 8232050: Improve inlining of Klass accessors

Claes Redestad claes.redestad at oracle.com
Wed Oct 9 12:09:16 UTC 2019


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