RFR: 8266951: Partial in-lining for vectorized mismatch operation using AVX512 masked instructions [v3]
Paul Sandoz
psandoz at openjdk.java.net
Mon May 17 15:37:51 UTC 2021
On Fri, 14 May 2021 11:28:10 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> 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.
Yes, not needed: https://wiki.openjdk.java.net/display/HotSpot/Hotspot+Command-line+Flags%3A+Kinds%2C+Lifecycle+and+the+CSR+Process
-------------
PR: https://git.openjdk.java.net/jdk/pull/3999
More information about the hotspot-compiler-dev
mailing list