RFR: 8329013: StackOverflowError when starting Apache Tomcat with signed jar [v2]
Sean Coffey
coffeys at openjdk.org
Tue Apr 2 14:59:33 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.
Sean Coffey has updated the pull request incrementally with one additional commit since the last revision:
incorporate testcase feedback from Daniel
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18534/files
- new: https://git.openjdk.org/jdk/pull/18534/files/196634ec..90c8467a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18534&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18534&range=00-01
Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 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