RFR: 8359472: JVM crashes when attaching a dynamic agent before JVMTI_PHASE_LIVE [v10]

Francesco Andreuzzi fandreuzzi at openjdk.org
Fri Oct 17 16:13:13 UTC 2025


On Fri, 17 Oct 2025 02:04:55 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Francesco Andreuzzi has updated the pull request incrementally with 10 additional commits since the last revision:
>> 
>>  - c++
>>  - cc
>>  - simplfiy
>>  - mv to attach
>>  - revert
>>  - debug
>>  - backslash
>>  - quote
>>  - revert
>>  - wip
>
> test/hotspot/jtreg/serviceability/EarlyDynamicLoad/libEarlyDynamicLoad.c line 48:
> 
>> 46: 
>> 47:     char cmd[256];
>> 48:     snprintf(cmd, sizeof(cmd), "%s %d help", jcmd_path, PID());
> 
> Why are you running the help command instead of `agent_load` ???

See my [earlier comment](https://github.com/openjdk/jdk/pull/27766/#issuecomment-3413186002), I'm debugging failures on Windows so my code isn't in a reviewable state. Thus why I marked the PR as draft.

I'll make it ready again as soon as I fix the tests on Windows.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27766#discussion_r2438756587


More information about the serviceability-dev mailing list