Withdrawn: 8352641: [TESTBUG] VerifyGraphEdgesWithDeadCodeCheckFromSafepoints.java fails due to missing UnlockDiagnosticVMOptions

Fei Yang fyang at openjdk.org
Sat Mar 22 07:56:10 UTC 2025


On Sat, 22 Mar 2025 07:32:33 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Hi, please review this trivial change fixing a test bug.
> 
> The test reports following error message when running with release build.
> `Error: VM option 'StressIGVN' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.`
> This adds the needed UnlockDiagnosticVMOptions option for this test. Same test passes with this extra option.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-compiler-dev mailing list