Re: RFR: 8316964: Security tools should not call System.exit [v6]

2023-10-24 Thread Valerie Peng
On Tue, 24 Oct 2023 16:37:12 GMT, Weijun Wang wrote: >> Remove most `System.exit()` calls in various security tools and only leave >> one in the `main` method. This paves the way to convert them to JSR 199 >> tools. >> >> Note: before this change, the behavior of a successful `main()` method

Re: RFR: 8316964: Security tools should not call System.exit [v6]

2023-10-24 Thread Weijun Wang
> Remove most `System.exit()` calls in various security tools and only leave > one in the `main` method. This paves the way to convert them to JSR 199 tools. > > Note: before this change, the behavior of a successful `main()` method > execution is not consistent. Sometimes the method returns sil