RFR: 8310143: RandomCommandsTest fails due to unexpected VM exit code after JDK-8282797 [v2]
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Mon Jun 19 12:56:16 UTC 2023
On Mon, 19 Jun 2023 12:47:39 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Missed another usage of Executor constructor
>
> 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!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14538#discussion_r1234017461
More information about the hotspot-compiler-dev
mailing list