Integrated: 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 00:50:16 GMT, David Holmes <dholmes 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.

This pull request has now been integrated.

Changeset: 92e52fe1
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/92e52fe1df84efd94d713afed5acd9c7281a77d7
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8353946: Incorrect WINDOWS ifdef in os::build_agent_function_name

Reviewed-by: kbarrett

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

PR: https://git.openjdk.org/jdk/pull/24641


More information about the hotspot-runtime-dev mailing list