RFR: 8277617: Adjust AVX3Threshold for copy/fill stubs

David Holmes dholmes at openjdk.java.net
Wed Dec 1 12:44:26 UTC 2021


On Wed, 1 Dec 2021 09:39:18 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> > As I understand it - old AVX512 platforms will continue to work as before.
> 
> According to @sviswa7 's comments (no cupid bit for the latest ISA), `is_intel_family_core() && supports_serialize()` can't distinguish all the old AVX512 platforms from the latest ones. So I think it may be possible some old AVX512 machines will behave differently after this opt.

I do not see such comments. From my previous questions on this it was indicated that any CPU that supports `serialize` has the improved performance.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6512


More information about the hotspot-compiler-dev mailing list