Integrated: 8372585: TestVerifyLoopOptimizationsHitsMemLimit fails with product builds

Christian Hagedorn chagedorn at openjdk.org
Wed Nov 26 13:29:00 UTC 2025


On Wed, 26 Nov 2025 11:46:51 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> Updating `TestVerifyLoopOptimizationsHitsMemLimit.java` in [JDK-8360510](https://bugs.openjdk.org/browse/JDK-8360510) missed to add `-XX:+IgnoreUnrecognizedVMOptions` which now leads to a test failure with product builds. This is fixed with this patch
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 74354f23
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/74354f23dbb0fc852d216c8f1d3e5f80d406cfc6
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8372585: TestVerifyLoopOptimizationsHitsMemLimit fails with product builds

Reviewed-by: rcastanedalo, thartmann

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

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


More information about the hotspot-compiler-dev mailing list