RFR: 8265227: Move Proc.java from security/testlibrary to test/lib
Weijun Wang
weijun at openjdk.java.net
Wed Apr 14 18:39:44 UTC 2021
On Wed, 14 Apr 2021 18:12:57 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> I'd like to move this tool to test/lib inside a proper named package.
Well, we can certainly rename it. It's only used by several tests. Maybe `ChildProcess`?
And we can certainly move it to a different package. I know it has some duplicate functions with other tools so it will be better to do some cleanup first. The best function of this class is it provides several methods (both for child and parent) to simplify inter-process message transport.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3496
More information about the security-dev
mailing list