RFR: 7903872: Option testThreadFactoryPath support relativepath [v2]

Christian Stein cstein at openjdk.org
Mon Oct 21 14:44:12 UTC 2024


On Mon, 21 Oct 2024 12:22:10 GMT, SendaoYan <syan at openjdk.org> wrote:

>> Hi all,
>> Currently, the jtreg option `-testThreadFactoryPath` doesn't support relativepath.
>> I think jtreg can support relativepath for option `-testThreadFactoryPath`, same like to `-jdk` or `-nativepath`.
>> Change has been verified locally, risk is low.
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use NIO instead of java.io.path

Thanks for the update to use NIO API.

Please also extend the existing test in https://github.com/openjdk/jtreg/tree/master/test/testThreadFactory to use both kinds of paths: one absolute path and one relative path.

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

PR Comment: https://git.openjdk.org/jtreg/pull/233#issuecomment-2426885182


More information about the jtreg-dev mailing list