Re: RFR: 8341820: Check return value of hcreate_r

2024-10-11 Thread Matthias Baesken
On Thu, 10 Oct 2024 08:57:44 GMT, Matthias Baesken wrote: > In symtab.c there is some coding where hcreate_r is used. We should check the > return value of the call (previously there was some guarantee checking the > return value but uncommented). > > This has been discussed in the PR of > [J

Re: RFR: 8341820: Check return value of hcreate_r

2024-10-11 Thread Lutz Schmidt
On Thu, 10 Oct 2024 08:57:44 GMT, Matthias Baesken wrote: > In symtab.c there is some coding where hcreate_r is used. We should check the > return value of the call (previously there was some guarantee checking the > return value but uncommented). > > This has been discussed in the PR of > [J

Re: RFR: 8341820: Check return value of hcreate_r

2024-10-10 Thread Chris Plummer
On Thu, 10 Oct 2024 08:57:44 GMT, Matthias Baesken wrote: > In symtab.c there is some coding where hcreate_r is used. We should check the > return value of the call (previously there was some guarantee checking the > return value but uncommented). > > This has been discussed in the PR of > [J

RFR: 8341820: Check return value of hcreate_r

2024-10-10 Thread Matthias Baesken
In symtab.c there is some coding where hcreate_r is used. We should check the return value of the call (previously there was some guarantee checking the return value but uncommented). This has been discussed in the PR of [JDK-8341722](https://bugs.openjdk.org/browse/JDK-8341722) .