RFR: 8324577: [REDO] - [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE [v2]
Gerard Ziemski
gziemski at openjdk.org
Mon Apr 22 20:27:39 UTC 2024
On Sat, 20 Apr 2024 14:38:33 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Gerard Ziemski has updated the pull request incrementally with one additional commit since the last revision:
>>
>> reduce number of changes for easier backports
>
> src/hotspot/os/bsd/os_bsd.cpp line 2136:
>
>> 2134:
>> 2135: if (MaxFDLimit) {
>> 2136: // Set the number of file descriptors to max. print out error
>
> You dropped the other editorial fixes, but only kept part of this one. In the previous
> version of patch (8300088), you also fixed: s/print/Print/
>
> I would drop this editorial fix also.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18821#discussion_r1575318390
More information about the hotspot-dev
mailing list