Integrated: 8274888: Dump "-DReproduce=true" to the test VM command line output

Christian Hagedorn chagedorn at openjdk.java.net
Thu Oct 21 14:09:11 UTC 2021


On Wed, 20 Oct 2021 11:55:59 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> When trying to rerun a failure of the test VM, one can copy the test VM command line printed to the output and directly use that one. But this requires to additionally set `-DReproduce=true` to mock the driver VM. This patch improves the manual work of adding `-DReproduce=true` and dumps it now automatically as part of the command line printed on failures.
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 3b0ce23b
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3b0ce23bcd827d0998fe9b43e5b0220c915dab21
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8274888: Dump "-DReproduce=true" to the test VM command line output

Reviewed-by: thartmann, kvn

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

PR: https://git.openjdk.java.net/jdk/pull/6039


More information about the hotspot-compiler-dev mailing list