RFR: 8268113: Re-use Long.hashCode() where possible [v3]
Сергей Цыпанов
github.com+10835776+stsypanov at openjdk.java.net
Wed Jun 2 18:36:28 UTC 2021
On Wed, 2 Jun 2021 17:58:29 GMT, Vyom Tewari <vtewari at openjdk.org> wrote:
>> Сергей Цыпанов has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8268113: Inline local vars where reasonable
>
> src/java.base/share/classes/java/util/BitSet.java line 105:
>
>> 103: * the user knows what he's doing and try harder to preserve it.
>> 104: */
>> 105: private transient boolean sizeIsSticky = false;
>
> This change is OK, but it is not related to "8268113", do you really wants to do these changes as part of "8268113" ?
This is just a tiny code clean-up, so I think it's ok to go
-------------
PR: https://git.openjdk.java.net/jdk/pull/4309
More information about the core-libs-dev
mailing list