How mature is java.lang.instrument?

Posted by Juan Tamayo on Stack Overflow See other posts from Stack Overflow or by Juan Tamayo
Published on 2010-05-02T00:16:18Z Indexed on 2010/05/02 0:27 UTC
Read the original article Hit count: 243

Filed under:
|

Hi Everyone,

I'll be working on a project for instrumenting a relatively complex java application, and I'm planning to use java.lang.instrument to hook into the JVM and redefine classes before they're loaded.

What is your take on this package? Is it well supported across JVMs? Does it work well with Hotspot?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about instrumentation