Integrated: 8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option

SendaoYan syan at openjdk.org
Tue Oct 22 02:12:22 UTC 2024


On Mon, 21 Oct 2024 13:00:23 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> Newly added test `gc/shenandoah/compiler/TestLoadBypassesNullCheck.java` fails `The unlock option must precede 'StressGCM'.` with release jdk build. This PR fix the test bug, only add `-XX:+UnlockDiagnosticVMOptions` to make test run passed by release jdk build.
> The change has been verified locally with release/fastdebug/slowdebug on linux-x64. Test-fix only, no risk.

This pull request has now been integrated.

Changeset: 8bcd4920
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8bcd4920f1b03d0ef8e295e53557c629f05ceaa4
Stats:     8 lines in 1 file changed: 4 ins; 0 del; 4 mod

8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option

Reviewed-by: shade

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

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


More information about the hotspot-gc-dev mailing list