RFR: 8360023: Add an insertion sort implementation to Hotspot [v4]
Andrew Haley
aph at openjdk.org
Fri Jun 20 08:36:30 UTC 2025
On Fri, 20 Jun 2025 03:01:39 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
>> test/hotspot/gtest/utilities/test_sort.cpp line 25:
>>
>>> 23: */
>>> 24:
>>> 25: #include "runtime/os.hpp"
>>
>> NIT: sort the imports?
>
> I have cleaned up the unused import here. What do you mean by sorting the imports?
Sort the "#include" lines alphabetically.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25895#discussion_r2158355607
More information about the hotspot-dev
mailing list