RFR: 8329013: StackOverflowError when starting Apache Tomcat with signed jar [v2]

Daniel Fuchs dfuchs at openjdk.org
Tue Apr 2 17:25:10 UTC 2024


On Tue, 2 Apr 2024 14:59:33 GMT, Sean Coffey <coffeys at openjdk.org> wrote:

>> Calling extra logging calls during initialization of Logger libraries can cause recursion leading to StackOverflowError
>> This patch adds logic to the EventHelper class to detect recursion and prevent it.
>
> Sean Coffey has updated the pull request incrementally with one additional commit since the last revision:
> 
>   incorporate testcase feedback from Daniel

Marked as reviewed by dfuchs (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/18534#pullrequestreview-1974475681


More information about the core-libs-dev mailing list