[jdk17u-dev] Integrated: 8329013: StackOverflowError when starting Apache Tomcat with signed jar
Amos Shi
ashi at openjdk.org
Sun Apr 28 21:54:11 UTC 2024
On Fri, 26 Apr 2024 09:14:22 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8329013](https://bugs.openjdk.org/browse/JDK-8329013)
> - In this PR we added the `src/java.base/share/classes/jdk/internal/misc/ThreadTracker.java` file, needed by this PR
> - The `ThreadTracker.java` class was added by https://github.com/openjdk/jdk/commit/9583e3657e43cc1c6f2101a64534564db2a9bd84 , which is pretty big for `Virtual Threads` ([JDK-8284161](https://bugs.openjdk.org/browse/JDK-8284161)) and we have no intention to back this change to Java 17 right now
> - So here we simply copy the current code of `ThreadTracker.java` to `jdk17u-dev`
>
>
> Testing
> - Local: Test passed
> - `RecursiveEventHelper.java`: Test results: passed: 1
> - Pipeline: All checks have passed
> - Testing Machine: SAP nightlies passed on `2024-04-27`
> - Automated jtreg test: jtreg_jdk_tier2
> - `jdk/security/logging/RecursiveEventHelper.java`: SUCCESSFUL GitHub 📊⏲ - [543 msec]
This pull request has now been integrated.
Changeset: 52d1f0c4
Author: Amos Shi <ashi at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/52d1f0c4389699eab63b49f46d11e3060db6ce2f
Stats: 187 lines in 3 files changed: 179 ins; 1 del; 7 mod
8329013: StackOverflowError when starting Apache Tomcat with signed jar
Reviewed-by: mdoerr
Backport-of: 925d82931c09dc11ea5a3bc410ea5cfd67ee14aa
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/2429
More information about the jdk-updates-dev
mailing list