Advanced Code Hot Swapping in JDK 8?
I am looking for better HotSwapping in the JavaVM. Being able to only apply method body changes is okay but quite limiting. The options available is JRebel and a discontinued project called Dynamic Code Evolution Virtual Machine (DCEVM) . There is a JEP 159 out there that was written by the core developper of DCEVM. A blog post from 2011 mentioned that the developers of DCEVM now work for Oracle to integrate this into the JDK. Do we have this kind of support for JDK 8 beta already or was it postponed to JDK 9? I need hot swapping for adding and removing and renaming private methods mostly.