Re: RFR: 8339313: 32-bit build broken

2024-12-12 Thread Thomas Stuefe
On Thu, 12 Dec 2024 11:39:33 GMT, Thomas Stuefe wrote: > Two fixes to fix the 32-bit build. > > See JBS issue and code comment for details. > > I ran nNoClassDefFoundErrorTest x64 and x86 fastdebug and release. On > fastdebug, the giant string test now gets silently skipped as expected. Thank

Re: RFR: 8339313: 32-bit build broken

2024-12-12 Thread Sonia Zaldana Calles
On Thu, 12 Dec 2024 11:39:33 GMT, Thomas Stuefe wrote: > Two fixes to fix the 32-bit build. > > See JBS issue and code comment for details. > > I ran nNoClassDefFoundErrorTest x64 and x86 fastdebug and release. On > fastdebug, the giant string test now gets silently skipped as expected. I am

Re: RFR: 8339313: 32-bit build broken

2024-12-12 Thread Matthias Baesken
On Thu, 12 Dec 2024 11:39:33 GMT, Thomas Stuefe wrote: > Two fixes to fix the 32-bit build. > > See JBS issue and code comment for details. > > I ran nNoClassDefFoundErrorTest x64 and x86 fastdebug and release. On > fastdebug, the giant string test now gets silently skipped as expected. Marke

Re: RFR: 8339313: 32-bit build broken

2024-12-12 Thread Thomas Stuefe
On Thu, 12 Dec 2024 11:39:33 GMT, Thomas Stuefe wrote: > Two fixes to fix the 32-bit build. > > See JBS issue and code comment for details. > > I ran nNoClassDefFoundErrorTest x64 and x86 fastdebug and release. On > fastdebug, the giant string test now gets silently skipped as expected. @MBae

Re: RFR: 8339313: 32-bit build broken

2024-12-12 Thread Coleen Phillimore
On Thu, 12 Dec 2024 11:39:33 GMT, Thomas Stuefe wrote: > Two fixes to fix the 32-bit build. > > See JBS issue and code comment for details. > > I ran nNoClassDefFoundErrorTest x64 and x86 fastdebug and release. On > fastdebug, the giant string test now gets silently skipped as expected. Seems

RFR: 8339313: 32-bit build broken

2024-12-12 Thread Thomas Stuefe
Two fixes to fix the 32-bit build. See JBS issue and code comment for details. I ran nNoClassDefFoundErrorTest x64 and x86 fastdebug and release. On fastdebug, the giant string test now gets silently skipped as expected. - Commit messages: - fix Changes: https://git.openjdk.org/j