On Mon, 18 Aug 2025 08:01:58 GMT, Johny Jose <d...@openjdk.org> wrote:

> Increasing the count value of available objects to 6 (which is half the 
> number of objects created). The failures were reported in macos which seems 
> to take more time to clear the objects. Though majority runs has less values 
> for objects (less than 4), in order to eliminate intermittent failures, 
> raising the threshold values to 6

test/jdk/java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java line 128:

> 126:         }
> 127: 
> 128:         /* numLeft should be 6 - if 11 there is a problem. */

Below maybe more exactly

/* numLeft should be less than 6 - if 11 there is a problem. */

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26815#discussion_r2284138429

Reply via email to