RFR: 7167: Agent Plugin [v6]
Miroslav Wengner
mwengner at openjdk.java.net
Tue Jun 15 20:26:32 UTC 2021
On Tue, 15 Jun 2021 17:10:33 GMT, Joshua Matsuoka <jmatsuoka at openjdk.org> wrote:
>> I've tried to run the Agent Plugin, was kind of not success. I've cloned the branch: agent-plugin
>> used JDK: OpenJDK 11.0.2
>> 1. the project org.openjdk.jmc.console.agent is not properly imported into my workspace as Java project, sadly
>> 
>>
>> 2. I had to remove the ".ext." from the links to get a following result:
>> 
>> - it worked when I've attached the xml with the agent definition, I could record the events
>> 
>>
>> I've a seems replacing the current agent didn't work, Is this desired behaviour ?
>>
>> 3. I still didn't get Agent icon displayed properly.
>>
>> Maybe I can add my changes with removing ".ext" from the package names, what do you think ?
>
>> I've a seems replacing the current agent didn't work, Is this desired behaviour ?
>
> This sounds like a possible agent bug, I'll take a look and get back to you on that
@Josh-Matsuoka seems build works nicelly ! Thank you but the "org.openjdk.jmc.console.agen" module is still not properly displayed in side the Eclipse as Java project, sadly, there is something some where missing.
I've tried write a xml agent and I've discovered that void method without argument is causing the exception that the parser can not process it.
<method>
< name> deliverVehicle</name>
<descriptor>()V</descriptor>
Is this expected behavior ?
-------------
PR: https://git.openjdk.java.net/jmc/pull/226
More information about the jmc-dev
mailing list