Re: RFR: JDK-8318175 : AIX PPC64: Handle alignment of double in structs

2023-11-22 Thread Amit Kumar
On Thu, 9 Nov 2023 09:22:45 GMT, suchismith1993 wrote: > 1. use pragma directive to handle alignment. > > JBS Issue: [JDK-8318175](https://bugs.openjdk.org/browse/JDK-8318175) LGTM - Marked as reviewed by amitkumar (Committer). PR Review:

Re: RFR: JDK-8318175 : AIX PPC64: Handle alignment of double in structs

2023-11-15 Thread Martin Doerr
On Thu, 9 Nov 2023 09:22:45 GMT, suchismith1993 wrote: > 1. use pragma directive to handle alignment. > > JBS Issue: [JDK-8318175](https://bugs.openjdk.org/browse/JDK-8318175) Looks good. I had proposed this solution here: https://github.com/openjdk/jdk/pull/16179#discussion_r1360709308

RFR: JDK-8318175 : AIX PPC64: Handle alignment of double in structs

2023-11-14 Thread suchismith1993
1. use pragma directive to handle alignment. JBS Issue: [JDK-8318175](https://bugs.openjdk.org/browse/JDK-8318175) - Commit messages: - Remove trailing whitespaces - Handling alignment for double in AIX. Changes: https://git.openjdk.org/jdk/pull/16579/files Webrev: