RFR: 8329013: StackOverflowError when starting Apache Tomcat with signed jar

Sean Coffey coffeys at openjdk.org
Thu Mar 28 15:59:47 UTC 2024


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.

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

Commit messages:
 - 8329013

Changes: https://git.openjdk.org/jdk/pull/18534/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18534&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8329013
  Stats: 87 lines in 2 files changed: 79 ins; 1 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/18534.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18534/head:pull/18534

PR: https://git.openjdk.org/jdk/pull/18534


More information about the core-libs-dev mailing list