RFR: 8310143: RandomCommandsTest fails due to unexpected VM exit code after JDK-8282797 [v2]
Christian Hagedorn
chagedorn at openjdk.org
Mon Jun 19 16:00:58 UTC 2023
On Mon, 19 Jun 2023 12:56:14 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
>
> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>
> Missed another usage of Executor constructor
Looks good!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14538#pullrequestreview-1486515640
More information about the hotspot-compiler-dev
mailing list