Integrated: 8308910: Allow executeAndLog to accept running process
Matias Saavedra Silva
matsaave at openjdk.org
Wed May 31 13:53:06 UTC 2023
On Fri, 26 May 2023 15:58:20 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> There may exist CDS test cases where it makes sense to call executeAndLog with a process after start() as been called. The method can simply be overloaded to take either a ProcessBuilder or a Process. Verified with tier 1-5 tests.
This pull request has now been integrated.
Changeset: 024d9b13
Author: Matias Saavedra Silva <matsaave at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/024d9b131d6c2d5ee6c8cafdb05b9e9e299d588e
Stats: 8 lines in 1 file changed: 5 ins; 2 del; 1 mod
8308910: Allow executeAndLog to accept running process
Reviewed-by: ccheung, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/14182
More information about the hotspot-runtime-dev
mailing list