RFR: 7903756: jcstress: Skip debugging JVM options for sub-processes [v8]
duke
duke at openjdk.org
Tue Jul 9 05:24:51 UTC 2024
On Mon, 8 Jul 2024 15:58:14 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 two additional commits since the last revision:
>
> - Added comment before filtering arguments
>
> Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
> - Split stream to multiple lines
>
> Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
@judovana
Your change (at version ad692a81db10021bfe23465f8f42235b63bb8b38) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jcstress/pull/150#issuecomment-2216563133
More information about the jcstress-dev
mailing list