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

2023-05-31 Thread Vladimir Kozlov
On Wed, 24 May 2023 11:05:01 GMT, Tobias Holenstein wrote: >> 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

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

2023-05-31 Thread Christian Hagedorn
On Wed, 24 May 2023 11:05:01 GMT, Tobias Holenstein wrote: >> 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

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

2023-05-24 Thread Tobias Holenstein
On Wed, 24 May 2023 09:30:58 GMT, Tobias Hartmann wrote: >> Tobias Holenstein has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Update Scenario.java >> - Update compilerOracle.cpp > >

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

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

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

2023-05-24 Thread Tobias Holenstein
On Wed, 24 May 2023 08:20:32 GMT, Christian Hagedorn wrote: >> Tobias Holenstein has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Update Scenario.java >> - Update compilerOracle.cpp > > src/hotspot/share/compiler/compilerOracle.cpp