Integrated: 8366229: runtime/Thread/TooSmallStackSize.java runs with all collectors

Paul Hübner phubner at openjdk.org
Tue Sep 16 16:55:59 UTC 2025


On Mon, 15 Sep 2025 15:39:16 GMT, Paul Hübner <phubner at openjdk.org> wrote:

> Hi all,
> 
> This change forces the `TooSmallStackSize.java` test to run on flagless VMs. Previously, this could get influenced by GC choice, whose flags were never propagated to the subprocess.
> 
> Testing: tier 1.
> 
> N.B.: Please ignore my fork's branch name, I copied and pasted the wrong ID.

This pull request has now been integrated.

Changeset: 075ebb4e
Author:    Paul Hübner <phubner at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/075ebb4ee592c10879799a68ba79f782ee49b60d
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8366229: runtime/Thread/TooSmallStackSize.java runs with all collectors

Reviewed-by: dholmes, shade

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

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


More information about the hotspot-runtime-dev mailing list