redefineClasses in JVMTI

Posted on Stack Overflow See other posts from Stack Overflow
Published on 2009-08-18T06:32:02Z Indexed on 2010/06/03 12:04 UTC
Read the original article Hit count: 247

Filed under:

I have two questions

  1. Does redefineClasses work with JIT enabled JVM?

  2. If so, in multithreaded applications, if one thread uses redefineClasses to redefine a class, does another thread see that redefined class? (especially, if the other thread is running jit compiled code?)

© Stack Overflow or respective owner

Related posts about java