RFR: 8264543: Cross modify fence optimization for x86
David Holmes
dholmes at openjdk.java.net
Thu May 27 23:02:05 UTC 2021
On Tue, 4 May 2021 01:01:25 GMT, Xubo Zhang <github.com+58006833+xbzhang99 at openjdk.org> wrote:
> Although we don't have benchmark data yet, serialize is the recommended alternative vs. using CPUID.
I don't see any rush to make this change so there is time to gather the missing benchmark data. If Intel recommend making this change then we should definitely consider it, but we need to know that it won't adversely affect anyone first. And as Kim said this should be done for all x86 in that case.
> Also, in the virtual machine environment, serialize provides full/fast serialization without causing VMEXIT
Sorry what do you mean by this?
Thanks,
David
-------------
PR: https://git.openjdk.java.net/jdk/pull/3334
More information about the hotspot-dev
mailing list