On Tue, 29 Apr 2025 18:27:45 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
>> Perhaps the `@requires` tag is no longer needed. Without it, this test >> passed 30 repeats in the CI on both Intel and ARM Linux nodes. > > Comment simplified in 4cee3c2. Okay, just a bit puzzled as to why it doesn't run on Linux. The VM uses setrlimit(RLIMIT_NOFILE) to set the limit to the hard limit (rlim_max). So is the issue here that the hard limit less than 2050 on some test systems? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24860#discussion_r2067914267