RFR: 8314263: Signed jars triggering Logger finder recursion and StackOverflowError [v2]

Sean Coffey coffeys at openjdk.org
Fri Aug 25 16:13:55 UTC 2023


On Thu, 24 Aug 2023 10:54:19 GMT, Sean Coffey <coffeys at openjdk.org> wrote:

>> Recursive initialization calls possible during loading of LoggerFinder service.  
>> 
>> This fix detects the recursive call and returns a temporary LoggerFinder that is backed by a lazy logger. Automated test case developed to simulate loading of an external LoggerFinder service while also having other threads poke System.getLogger during this framework initialization.
>
> Sean Coffey has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Improve test coverage
>  - Incorporate review comments from Daniel

Thanks for your comments @jai - I'll incorporate your test comments soon.

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

PR Comment: https://git.openjdk.org/jdk/pull/15404#issuecomment-1693595951


More information about the core-libs-dev mailing list