On Tue, 4 Jan 2022 06:59:58 GMT, Aleksey Shipilev wrote:
>> SonarCloud reports:
>> A "Map" cannot contain a "String" in a "ServiceKey"
>> type.
>>
>>
>> // clean up old alias if present
>> Service prevAliasService = legacyMap.get(aliasAlg);
>>
>>
>> Should be `aliasKey`, like othe
> This PR fixes an issue with alignment constraints not being enforced
> correctly on on-heap segments dereference/copy operations. Alignment of
> on-heap segments cannot be computed exactly, as alignment of elements in
> arrays is, ultimately a VM implementation detail. Because of this, alignme
On Tue, 4 Jan 2022 11:39:08 GMT, Maurizio Cimadamore
wrote:
>> This PR fixes an issue with alignment constraints not being enforced
>> correctly on on-heap segments dereference/copy operations. Alignment of
>> on-heap segments cannot be computed exactly, as alignment of elements in
>> arrays
On Tue, 4 Jan 2022 06:59:58 GMT, Aleksey Shipilev wrote:
>> SonarCloud reports:
>> A "Map" cannot contain a "String" in a "ServiceKey"
>> type.
>>
>>
>> // clean up old alias if present
>> Service prevAliasService = legacyMap.get(aliasAlg);
>>
>>
>> Should be `aliasKey`, like othe
On Thu, 23 Dec 2021 13:33:26 GMT, Aleksey Shipilev wrote:
> SonarCloud reports:
> A "Map" cannot contain a "String" in a "ServiceKey"
> type.
>
>
> // clean up old alias if present
> Service prevAliasService = legacyMap.get(aliasAlg);
>
>
> Should be `aliasKey`, like other accesse
On Tue, 4 Jan 2022 06:59:58 GMT, Aleksey Shipilev wrote:
>> SonarCloud reports:
>> A "Map" cannot contain a "String" in a "ServiceKey"
>> type.
>>
>>
>> // clean up old alias if present
>> Service prevAliasService = legacyMap.get(aliasAlg);
>>
>>
>> Should be `aliasKey`, like othe