redefineClasses in JVMTI
I have two questions
Does redefineClasses work with JIT enabled JVM?
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?)