RFR: 7903443: Propagate verbose flag to agents [v2]
Jonathan Gibbons
jjg at openjdk.org
Tue May 28 21:30:15 UTC 2024
On Tue, 28 May 2024 20:34:04 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update copyright year
>
> src/share/classes/com/sun/javatest/regtest/tool/JarManager.java line 77:
>
>> 75: InputStream in = getClass().getResourceAsStream("jars.properties");
>> 76: if (in == null) {
>> 77: throw new Error("Can't find jars.properties");
>
> What's the reason for dropping this?
I guess it is expected to be available, by coo situation in the build, so this was effectively just an assertion, right?
-------------
PR Review Comment: https://git.openjdk.org/jtreg/pull/187#discussion_r1617910341
More information about the jtreg-dev
mailing list