Integrated: 8283695: [AIX] Build failure due to name conflict in test_arguments.cpp

Tyler Steele duke at openjdk.java.net
Sat Mar 26 07:41:43 UTC 2022


On Fri, 25 Mar 2022 17:26:51 GMT, Tyler Steele <duke at openjdk.java.net> wrote:

> The recent addition of a variable named 'BAD' in test_arguments.cpp clashes with a macro of the same name in 'sys/param.h' on AIX. Renaming the variable is sufficient to fix this build issue.

This pull request has now been integrated.

Changeset: d5f90590
Author:    Tyler Steele <tyler.steele at ibm.com>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d5f90590323613b8b572ab5097365e005ba4f5ca
Stats:     106 lines in 1 file changed: 0 ins; 0 del; 106 mod

8283695: [AIX] Build failure due to name conflict in test_arguments.cpp

Reviewed-by: iklam, stuefe

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

PR: https://git.openjdk.java.net/jdk/pull/7962


More information about the hotspot-runtime-dev mailing list