Re: RFR: 8306008: Several Vector API tests fail for client VM after JDK-8304450

2023-04-24 Thread Quan Anh Mai
On Tue, 18 Apr 2023 12:21:11 GMT, Quan Anh Mai wrote: > Hi, > > Please review this patch which fixes the errors on machines where > TypeMaxVector has a length of 64 bits. I take an extra cautious approach and > fall back to putting elements one by one if the length is an unexpected value. > >

Re: RFR: 8306008: Several Vector API tests fail for client VM after JDK-8304450

2023-04-23 Thread Gui Cao
On Tue, 18 Apr 2023 12:21:11 GMT, Quan Anh Mai wrote: > Hi, > > Please review this patch which fixes the errors on machines where > TypeMaxVector has a length of 64 bits. I take an extra cautious approach and > fall back to putting elements one by one if the length is an unexpected value. > >

Re: RFR: 8306008: Several Vector API tests fail for client VM after JDK-8304450

2023-04-18 Thread Dingli Zhang
On Tue, 18 Apr 2023 12:21:11 GMT, Quan Anh Mai wrote: > Hi, > > Please review this patch which fixes the errors on machines where > TypeMaxVector has a length of 64 bits. I take an extra cautious approach and > fall back to putting elements one by one if the length is an unexpected value. > >

Re: RFR: 8306008: Several Vector API tests fail for client VM after JDK-8304450

2023-04-18 Thread Paul Sandoz
On Tue, 18 Apr 2023 12:21:11 GMT, Quan Anh Mai wrote: > Hi, > > Please review this patch which fixes the errors on machines where > TypeMaxVector has a length of 64 bits. I take an extra cautious approach and > fall back to putting elements one by one if the length is an unexpected value. > >

Re: RFR: 8306008: Several Vector API tests fail for client VM after JDK-8304450

2023-04-18 Thread Martin Doerr
On Tue, 18 Apr 2023 12:21:11 GMT, Quan Anh Mai wrote: > Hi, > > Please review this patch which fixes the errors on machines where > TypeMaxVector has a length of 64 bits. I take an extra cautious approach and > fall back to putting elements one by one if the length is an unexpected value. > >

RFR: 8306008: Several Vector API tests fail for client VM after JDK-8304450

2023-04-18 Thread Quan Anh Mai
Hi, Please review this patch which fixes the errors on machines where TypeMaxVector has a length of 64 bits. I take an extra cautious approach and fall back to putting elements one by one if the length is an unexpected value. All jdk/incubator/vector tests passed with MaxVectorSize=8, which fai