Recently, I found there is a java.lang.instrument package in jdk, which is used by many frameworks to reload classes or profile.
I don’t find many articles of using them, is there any resource(book, article, project) to help to understand it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think this link can help to understand a little the usage of java agents:
hope this will help