Integrated: 8310143: RandomCommandsTest fails due to unexpected VM exit code after JDK-8282797

Tobias Hartmann thartmann at openjdk.org
Wed Jun 21 07:09:14 UTC 2023


On Mon, 19 Jun 2023 11:27:10 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> The fix for [JDK-8282797](https://bugs.openjdk.org/browse/JDK-8282797) missed that randomly generated Compile Commands can be invalid. I verified with the corresponding seeds that all occurrences of this intermittent failure are now fixed. I also removed `Executor::isValid` because it's unused.
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 67fbd873
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/67fbd87378a9b3861f1676977f9f2b36052add29
Stats:     15 lines in 4 files changed: 3 ins; 4 del; 8 mod

8310143: RandomCommandsTest fails due to unexpected VM exit code after JDK-8282797

Reviewed-by: rcastanedalo, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list