On Thu, 9 Jan 2025 13:14:13 GMT, Emanuel Peter <epe...@openjdk.org> wrote:

>> Jatin Bhateja has refreshed the contents of this pull request, and previous 
>> commits have been removed. The incremental views will show differences 
>> compared to the previous content of the PR. The pull request contains one 
>> new commit since the last revision:
>> 
>>   Updating copyright year of modified files.
>
> src/hotspot/share/opto/type.cpp line 460:
> 
>> 458:   RETURN_ADDRESS=make(Return_Address);
>> 459:   FLOAT   = make(FloatBot);     // All floats
>> 460:   HALF_FLOAT   = make(HalfFloatBot); // All half floats
> 
> Suggestion:
> 
>   HALF_FLOAT = make(HalfFloatBot); // All half floats

If alignment is already broken, we might as well just use single spaces.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22754#discussion_r1908778435

Reply via email to