RFR: Cleanup ProcessTool.createJavaProcessBuilder()

Leonid Mesnik lmesnik at openjdk.java.net
Fri Apr 15 20:47:23 UTC 2022


On Fri, 15 Apr 2022 20:38:47 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Two issues (discovered by Alex):
> 
> 1. A number of the "if" blocks are already covered by the `doubleWordArgs` loop.
> 2. The `doubleWordArgs` loop should exit with a `break` instead of a `continue`

Marked as reviewed by lmesnik (Committer).

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

PR: https://git.openjdk.java.net/loom/pull/152


More information about the loom-dev mailing list