Deep historyshows the 2 jdk_foreign test cases were last passing 10/16/2023 and first seen failing 11/06/2023 (ACTION: check whatcommits were introduced in between those dates). This commit seems 'suspect'openjdk/jdk@3885dc5 Created#5169to perform further investigation and to pinpoint if th...
= null } if (isFrozen(period)) { return frozenValue(period) } def allFrozen = periodsAssociatedToLoan.findAll { isFrozen(it.value) } def frozenTotal = allFrozen.collect { frozenValue(it.value) } .inject(0.0, { a, b -> a + b }) def amountLeft = loan.requested...