On Wed, 24 May 2023 09:29:53 GMT, Tobias Hartmann wrote:
>> Tobias Holenstein has updated the pull request incrementally with four
>> additional commits since the last revision:
>>
>> - Update
>> test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Scenario.java
>>
>>Co-authored
> Currently, errors during compile command parsing just print an error but
> don't exit the VM. As a result, issues go unnoticed.
>
> With this PR the behavior is changed to exit the VM when an error occurs.
>
> E.g. `java -XX:CompileCommand=compileonly,HashMap:: -version` will exit the
> VM a
On Wed, 24 May 2023 09:29:10 GMT, Christian Hagedorn
wrote:
>> Tobias Holenstein has updated the pull request incrementally with four
>> additional commits since the last revision:
>>
>> - Update
>> test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Scenario.java
>>
>>Co-auth