RFR: 8353946: Incorrect WINDOWS ifdef in os::build_agent_function_name
David Holmes
dholmes at openjdk.org
Tue Apr 15 02:04:06 UTC 2025
On Tue, 15 Apr 2025 01:32:06 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Trivial fix to add missing underscore: WINDOWS -> _WINDOWS
>>
>> When the original code was combined into a shared version, the ifdef around this windows-specific part was incorrect.
>>
>> Testing: sanity builds only. Correctness is by inspection.
>>
>> There are no tests for static agents that would exercise this code path.
>>
>> Thanks.
>
> Looks good.
Thanks @kimbarrett !
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24641#issuecomment-2803541616
More information about the hotspot-runtime-dev
mailing list