Re: RFR: JDK-8307520: set minimum supported CPU architecture to Power8 on AIX

2023-05-11 Thread Erik Joelsson
On Thu, 11 May 2023 13:27:44 GMT, JoKern65 wrote: > In the compile flags, set the minimum supported CPU architecture to Power8 on > AIX, because we do not want to support pwr7 architecture any more. Marked as reviewed by erikj (Reviewer). - PR Review:

Re: RFR: JDK-8307520: set minimum supported CPU architecture to Power8 on AIX

2023-05-11 Thread Matthias Baesken
On Thu, 11 May 2023 13:27:44 GMT, JoKern65 wrote: > In the compile flags, set the minimum supported CPU architecture to Power8 on > AIX, because we do not want to support pwr7 architecture any more. LGTM I would recommend to enable the PR also for our nightly makes to check the flag in the

RFR: JDK-8307520: set minimum supported CPU architecture to Power8 on AIX

2023-05-11 Thread JoKern65
In the compile flags, set the minimum supported CPU architecture to Power8 on AIX, because we do not want to support pwr7 architecture any more. - Commit messages: - accidentially changed mode bits - JDK-8307520 Changes: https://git.openjdk.org/jdk/pull/13933/files Webrev:

Re: RFR: JDK-8307520: set minimum supported CPU architecture to Power8 on AIX

2023-05-11 Thread JoKern65
On Thu, 11 May 2023 13:27:44 GMT, JoKern65 wrote: > In the compile flags, set the minimum supported CPU architecture to Power8 on > AIX, because we do not want to support pwr7 architecture any more. Now Pwr8 should be the minimum hardware on AIX to run jdk - PR Comment: