RFR: 8252848: Optimize small primitive arrayCopy operations through partial inlining using AVX-512 masked instructions [v4]
Jatin Bhateja
jbhateja at openjdk.java.net
Mon Nov 2 18:00:58 UTC 2020
On Mon, 19 Oct 2020 18:33:22 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
>>
>> - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8252848
>> - Replacing explicit type checks with existing type checking routines
>> - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8252848
>> - 8252848: Optimize small primitive arrayCopy operations through partial inlining using AVX-512 masked instructions.
>
> There is regression after 8252847 changes: 8254890.
> It should be fixed before we proceed with these changes.
Hi @vnkozlov , @neliasso, kindly let me know if there any review comments which needs to be addressed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/302
More information about the hotspot-dev
mailing list