RFR: 8346082: Output JVMTI agent information in hserr files [v4]
Matthias Baesken
mbaesken at openjdk.org
Fri Dec 13 15:54:41 UTC 2024
On Fri, 13 Dec 2024 14:54:37 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Nice enhancement! Could you add an example output to the description, please?
Currently it looks like this
JVMTI agents:
asyncProfiler path:none, loaded, initialized options:start,flat=10000,interval=50us,traces=1,event=wall,loglevel=none
(example is from a JVM started with async-profiler : `images/jdk/bin/java -agentlib:asyncProfiler=start,flat=10000,interval=50us,traces=1,event=wall,loglevel=none ....` )
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22706#issuecomment-2541746148
More information about the hotspot-dev
mailing list