RFR: 8310143: RandomCommandsTest fails due to unexpected VM exit code after JDK-8282797 [v2]
Tobias Hartmann
thartmann at openjdk.org
Mon Jun 19 13:02:14 UTC 2023
On Mon, 19 Jun 2023 12:49:43 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Executor.java line 65:
>>
>>> 63: */
>>> 64: public Executor(List<String> vmOptions, Map<Executable, State> states,
>>> 65: List<String> jcmdCommands) {
>>
>> `compiler.compilercontrol.jcmd.StressAddJcmdBase` extends `Executor`, so its constructor needs to be updated.
>
> I see you just addressed this in [f477f9e](https://github.com/openjdk/jdk/pull/14538/commits/f477f9e2d5c38d248fa22ff0550b84390fa075ef), thanks!
Thanks, I noticed as well and updated the file in parallel to you review.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14538#discussion_r1234029479
More information about the hotspot-compiler-dev
mailing list