On 17 Mar 2023, at 13:33, Thomas Stüfe <thomas.stu...@gmail.com<mailto:thomas.stu...@gmail.com>> wrote:
Hi Ron, Will this affect attaching via jcmd? The Attach mechanism will not be disabled by default, just the ability to load agents via the Attach mechanism. So the only jcmd command that will be affected is JVMTI.agent_load. To see the effect of the change today, launch java with -XX:-EnableDynamicAgentLoading, which is to become the new default. — Ron