RFR: L/Q again, step two [v4]

Frederic Parain fparain at openjdk.java.net
Wed May 19 14:21:49 UTC 2021


On Wed, 19 May 2021 13:51:31 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Refactor ciArrayKlass::make()
>
> src/hotspot/share/ci/ciArrayKlass.cpp line 121:
> 
>> 119:         CLEAR_PENDING_EXCEPTION;
>> 120:       } else {
>> 121:         if (ak != NULL && ak->is_flatArray_klass()) {
> 
> `else` and `if` can be merged

Code updated.

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

PR: https://git.openjdk.java.net/valhalla/pull/414



More information about the valhalla-dev mailing list