RFR: 8308910: Allow executeAndLog to accept running process

Matias Saavedra Silva matsaave at openjdk.org
Wed May 31 13:53:04 UTC 2023


On Fri, 26 May 2023 21:38:11 GMT, Calvin Cheung <ccheung 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.
>
> Looks good. Thanks.

Thanks for the reviews @calvinccheung and @iklam

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

PR Comment: https://git.openjdk.org/jdk/pull/14182#issuecomment-1570275730


More information about the hotspot-runtime-dev mailing list