RFR: 7903756: jcstress: Skip debugging JVM options for sub-processes [v5]
Aleksey Shipilev
shade at openjdk.org
Mon Jul 8 14:33:47 UTC 2024
On Mon, 8 Jul 2024 10:46:18 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:
>> No longer passing any -agentlib to subprocesses, unless it is part of -jvmArgsPrepend, thus allowing to debug both jcstress itself or wrked vm as expected:
>>
>> java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 -jar tests-all/target/jcstress.jar -c 1 -jvmArgsPrepend "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5006"
>>
>> works.
>
> Jiří Vaněk has updated the pull request incrementally with one additional commit since the last revision:
>
> removed redundant space
>
> Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
Please do the following:
1. Inline `removeJdwpAgentLib`.
2. Enable GHA tests and pass them.
-------------
PR Comment: https://git.openjdk.org/jcstress/pull/150#issuecomment-2214242056
More information about the jcstress-dev
mailing list