RFR: 8365398: TEST_BUG: java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java failing intermittently [v2]
Johny Jose
duke at openjdk.org
Wed Sep 10 10:59:00 UTC 2025
On Tue, 9 Sep 2025 11:46:17 GMT, Mark Sheppard <msheppar at openjdk.org> wrote:
>> Johny Jose has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>>
>> - Merge branch 'openjdk:master' into JDK-8365398
>> - 8365398: TEST_BUG: java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java failing intermittently
>
> test/jdk/java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java line 130:
>
>> 128: /* numLeft should be 6 - if 11 there is a problem. */
>> 129: if (numLeft > 6) {
>> 130: TestLibrary.bomb("Too many objects in DGCImpl.leaseTable: "+
>
> This doesn't solve the problem, the structure of the test is problematic please c.f. comments in bug
Synchronized the code where DGCLeaseTable is read and verified the test.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26815#discussion_r2336373029
More information about the core-libs-dev
mailing list