Integrated: 8315097: Rename createJavaProcessBuilder
Leo Korinth
lkorinth at openjdk.org
Fri Oct 27 08:50:47 UTC 2023
On Mon, 28 Aug 2023 15:54:08 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:
> This pull request renames `createJavaProcessBuilder` to `createLimitedTestJavaProcessBuilder` and renames `createTestJvm` to `createTestJavaProcessBuilder`. Both are implemented through a private `createJavaProcessBuilder`. It also updates the java doc.
>
> This is so that it should be harder to by mistake use `createLimitedTestJavaProcessBuilder` that is problematic because it will not forward JVM flags to the tested JVM.
This pull request has now been integrated.
Changeset: d52a995f
Author: Leo Korinth <lkorinth at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d52a995f35de26c2cc4074297a75141e4a363e1b
Stats: 1574 lines in 560 files changed: 44 ins; 10 del; 1520 mod
8315097: Rename createJavaProcessBuilder
Reviewed-by: lmesnik, dholmes, rriggs, stefank
-------------
PR: https://git.openjdk.org/jdk/pull/15452
More information about the security-dev
mailing list