Re: RFR: JDK-8282797: CompileCommand parsing errors should exit VM [v2]

2023-05-24 Thread Tobias Holenstein
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

Re: RFR: JDK-8282797: CompileCommand parsing errors should exit VM [v2]

2023-05-24 Thread Tobias Holenstein
> 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

Re: RFR: JDK-8282797: CompileCommand parsing errors should exit VM [v2]

2023-05-24 Thread Tobias Holenstein
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