RFR: 8257967: JFR: Events for loaded agents [v4]

Andrew Dinn adinn at openjdk.org
Thu Mar 9 09:18:08 UTC 2023


The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.

----------------------------------------------------------------------
On Wed, 8 Mar 2023 23:28:52 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> Markus Grönlund has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - remove JVMPI
>>  - cleanup
>
> No need to load any JFR classes. No change to startup logic.

@mgronlun Why mark Java agents as command-line or dynamic using `initializationMethod = "premain"/"agentMain"` and mark native agents using `dynamic = true/false`? Why not use `dynamic` for both?

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

PR: https://git.openjdk.org/jdk/pull/12923


More information about the serviceability-dev mailing list