Integrated: 8344628: Test TestEnableJVMCIProduct.java run with virtual thread intermittent fails

Doug Simon dnsimon at openjdk.org
Tue Nov 26 09:53:44 UTC 2024


On Fri, 22 Nov 2024 13:56:51 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> This PR prevents a rare, intermittent failure of TestEnableJVMCIProduct.java.
> It does this by writing the expected test output to a file instead of stdout to avoid issues with VM error logging interleaving with the test output.

This pull request has now been integrated.

Changeset: 3a625f38
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3a625f38aa4ab611fe5c7dffe420abce826d0d7e
Stats:     19 lines in 1 file changed: 13 ins; 0 del; 6 mod

8344628: Test TestEnableJVMCIProduct.java run with virtual thread intermittent fails

Reviewed-by: syan, dlong, mli

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

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


More information about the hotspot-compiler-dev mailing list