Integrated: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed

Man Cao manc at openjdk.org
Fri Sep 19 19:56:55 UTC 2025


On Tue, 16 Sep 2025 06:48:23 GMT, Man Cao <manc at openjdk.org> wrote:

> Hi,
> 
> Could anyone approve this change that exclude this test when running with `-Xcomp`? This avoids the test failure reported in [JDK-8367613](https://bugs.openjdk.org/browse/JDK-8367613).
> 
> For reasons I don't yet understand, the `HugeSwitch::shortMethod` method is not compiled under `-Xcomp  -XX:TieredStopAtLevel=1`. The method gets compiled with either `-Xcomp` or `-XX:TieredStopAtLevel=1`, but not both. I appreciate if anyone could provide insights on possible reasons.

This pull request has now been integrated.

Changeset: 25a4e263
Author:    Man Cao <manc at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/25a4e26320340cdda082cd45639e73b137ce45a2
Stats:     5 lines in 1 file changed: 4 ins; 0 del; 1 mod

8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed

Reviewed-by: chagedorn, dfenacci

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

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


More information about the hotspot-compiler-dev mailing list