RFR: 8272654: Mark word accesses should not use Access API
Aleksey Shipilev
shade at openjdk.java.net
Thu Aug 19 14:11:25 UTC 2021
On Thu, 19 Aug 2021 12:57:49 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> That should speed up compile times a bit. Looks good!
True, it does improves build times a bit:
Before:
real 1m3.142s
user 40m15.343s
sys 2m42.962s
After:
real 1m2.036s
user 39m16.664s
sys 2m40.801s
I'll wait a bit more and then integrate.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5166
More information about the hotspot-dev
mailing list