RFR: 8304438: jcmd JVMTI.agent_load should obey EnableDynamicAgentLoading [v7]
Serguei Spitsyn
sspitsyn at openjdk.org
Sun Jun 4 09:38:51 UTC 2023
> The VM option EnableDynamicAgentLoading was added in JDK 9, default true, to allow deployment to choose whether to allow agents to be loaded/started in the VM. The VM option does the right thing for tools using the Attach API but jcmd JVMTI.agent_load was missed. This should be fixed to disallow loading JVMTI agents when the EnableDynamicAgentLoading is false.
>
> The CSR is:
> [JDK-8309250](https://bugs.openjdk.org/browse/JDK-8309250): jcmd JVMTI.agent_load should obey EnableDynamicAgentLoading
>
> Testing:
> - run new test `test/jdk/sun/tools/jcmd/TestJcmdNoAgentLoad.java`
> - TBD: submit mach5 tiers 1-5 to make sure no new regressions are introduced
Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
review: add to TestJcmdNoAgentLoad default and enabled dynamic loading modes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14244/files
- new: https://git.openjdk.org/jdk/pull/14244/files/18cad064..f82ce73e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14244&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14244&range=05-06
Stats: 36 lines in 1 file changed: 31 ins; 1 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/14244.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14244/head:pull/14244
PR: https://git.openjdk.org/jdk/pull/14244
More information about the serviceability-dev
mailing list