RFR: JDK-8323964: runtime/Thread/ThreadCountLimit.java fails intermittently on AIX [v2]
Thomas Stuefe
stuefe at openjdk.org
Tue Jan 23 07:04:29 UTC 2024
On Tue, 23 Jan 2024 02:08:21 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> adjust comment about MaxExpectedDataSegmentSize
>
> src/hotspot/os/aix/globals_aix.hpp line 56:
>
>> 54: /* placing the java heap. If the MaxExpectedDataSegmentSize setting */ \
>> 55: /* is too small, we might run into resource issues creating many native */ \
>> 56: /* threads, if it is too large, we reduce our chance of getting a low hea */ \
>
> typo: hea -> heap
Thanks for correcting the comment; it made no sense before
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17512#discussion_r1462804510
More information about the hotspot-runtime-dev
mailing list