RFR: 8266951: Partial in-lining for vectorized mismatch operation using AVX512 masked instructions [v2]

Jatin Bhateja jbhateja at openjdk.java.net
Fri May 14 11:37:09 UTC 2021


On Wed, 12 May 2021 18:36:34 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8266951: Review comments resolution.
>
> src/hotspot/share/opto/c2_globals.hpp line 85:
> 
>> 83:           range(0, max_jint)                                                \
>> 84:                                                                             \
>> 85:   product(intx, UsePartialInlineSize, -1, DIAGNOSTIC,                       \
> 
> Unsure if the name change requires a CSR. Members of HotSpot can advise.
> 
> Also, please check for any tests that might use this flag.

-XX:UsePartialInlineSize is a diagnostic option and not a product option. Thus CSR may not be relevant for this case.

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

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


More information about the hotspot-compiler-dev mailing list