What is the purpose of java.lang.instrument.ClassFileTransformer in real time. Is this used only during profiling ?
What is the purpose of java.lang.instrument.ClassFileTransformer in real time. Is this used only during
Share
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.
It is said in the javadoc API that:
and the class file specification can be found at http://docs.oracle.com/javase/specs/jvms/se5.0/html/Overview.doc.html#32310
Usually, you don’t need
java.lang.instrument.*package.