JDK-8283695 : [AIX] Build failure due to name conflict in test_arguments.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • Submitted: 2022-03-25
  • Updated: 2022-03-26
  • Resolved: 2022-03-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 19
19 masterFixed
Related Reports
Relates :  
Description
A recent change has caused a build failure on AIX due to a name conflict in test_arguments.cpp. The variable 'BAD' clashes with an AIX system file with the error `/usr/include/sys/param.h:105:14: note: expanded from macro 'BAD'`.
Comments
Changeset: d5f90590 Author: Tyler Steele <tyler.steele@ibm.com> Committer: Thomas Stuefe <stuefe@openjdk.org> Date: 2022-03-26 07:37:42 +0000 URL: https://git.openjdk.java.net/jdk/commit/d5f90590323613b8b572ab5097365e005ba4f5ca
26-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7962 Date: 2022-03-25 17:26:51 +0000
25-03-2022