JDK 7 changes

2010-12-18 Thread jitesh dundas
Hello all, I have just joined. Can someone direct me to some work that I could finish in here? Appreciate your help. Regards, Jitesh Dundas ___ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: Enhanced HotSwapping

2010-12-18 Thread Thomas Wuerthinger
The enhanced hotswapping can be triggered using either the low-level JNI/JVMTI interface, class file transformers, or the JDWP debugger interface. There is no API change compared to the restricted hotswapping. We are currently working on providing a Java API too. In our implementation of dynami