RFR: 7903373: Add ability to customize test execution using main wrapper plugin [v5]

Leonid Mesnik lmesnik at openjdk.org
Wed Jan 25 14:47:56 UTC 2023


On Tue, 6 Dec 2022 21:34:14 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   empty lines removed.
>
> src/share/classes/com/sun/javatest/regtest/agent/CustomMainWrapper.java line 63:
> 
>> 61:             wrapper.setAction(actionName);
>> 62:             return wrapper;
>> 63:         } catch (Exception e) {
> 
> What's the rationale for catching all exceptions here, instead of just checked exceptions?

fixed

-------------

PR: https://git.openjdk.org/jtreg/pull/136


More information about the jtreg-dev mailing list