RFR: 8318302: ThreadCountLimit.java failed with "Native memory allocation (mprotect) failed to protect 16384 bytes for memory to guard stack pages" [v3]

David Holmes dholmes at openjdk.org
Tue Feb 27 12:14:15 UTC 2024


On Thu, 22 Feb 2024 09:08:45 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Style nit
>
> test/hotspot/jtreg/runtime/Thread/ThreadCountLimit.java line 80:
> 
>> 78:         final String ULIMIT_CMD = "ulimit -u 4096";
>> 79:         ProcessBuilder pb = ProcessTools.createTestJavaProcessBuilder(ThreadCountLimit.class.getName());
>> 80:         String java_cmd = ProcessTools.getCommandLine(pb);
> 
> Nit: `java_cmd` -> `javaCmd`.

Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17959#discussion_r1504125359


More information about the hotspot-dev mailing list