Re: RFR: 8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32

2022-10-22 Thread Jie Fu
On Sat, 22 Oct 2022 20:44:50 GMT, Chris Plummer wrote: >> It fails on x86_32 due to `Unrecognized VM option ObjectAlignmentInBytes=8`. >> So let's only run the test on 64-bit platforms. >> >> Thanks. >> Best regards, >> Jie > > Marked as reviewed by cjplummer (Reviewer). Thanks @plummercj for y

Re: RFR: 8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32

2022-10-22 Thread Chris Plummer
On Sat, 22 Oct 2022 04:30:24 GMT, Jie Fu wrote: > It fails on x86_32 due to `Unrecognized VM option ObjectAlignmentInBytes=8`. > So let's only run the test on 64-bit platforms. > > Thanks. > Best regards, > Jie Marked as reviewed by cjplummer (Reviewer). - PR: https://git.openjdk.

RFR: 8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32

2022-10-21 Thread Jie Fu
It fails on x86_32 due to `Unrecognized VM option ObjectAlignmentInBytes=8`. So let's only run the test on 64-bit platforms. Thanks. Best regards, Jie - Commit messages: - 8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32 Changes: https://git.openjdk.org/jdk/pull/