|
|
|
|
|
by akeefer
5347 days ago
|
|
Depending on why you're restarting your VM, you may want to check out the DCEVM: http://java.net/projects/dcevm It lets you do arbitrary hotswapping of code, rather than only swapping method bodies. Not appropriate for production at this point, but you can install it on top of any Java 6 version prior to update 26 (not sure about Java 7); it's pretty useful for doing rapid iterations during development of large-scale server apps or swing applications. |
|