On Wed, 14 Apr 2021 20:48:07 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> I'd like to move this tool to test/lib inside a proper named package. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > move to process and a test for itself New commit that uses a different method to find out `-add-exports` and `--add-opens` so there is no need to use an internal method. Otherwise, multiple other tests that have `@build jdk.test.lib.process.*` would fail without the extra `@modules` tag. ------------- PR: https://git.openjdk.java.net/jdk/pull/3496