On Thu, 23 Nov 2023 05:55:28 GMT, Thomas Stuefe <[email protected]> wrote:
>> suchismith1993 has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> change macro position
>
> src/hotspot/os/aix/os_aix.cpp line 3069:
>
>> 3067: while (end > 0 && buffer[end] != '.') {
>> 3068: end = end - 1;
>> 3069: }
>
> Use strrchr.
Pls handle the case where the string contains no dot.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16604#discussion_r1402941387