VM supporting "real" hot swap through JPDA (VirtualMachine#canAddMethod)
Jun 16, 2004 4:12 PM
Hi,
as far as I can see the latest sun VMs (both 1.4.x and 1.5.x) do not support "real" hot swap (e.g. adding new methods to a class, implementing a new interface etc.)
it seems to me that this feature is dependant on the VM implementation.
So my question is: Is there a VM around which provides this feature ?
I am asking because I want to use the full hot swap features in the myEclipse workbench, but whenever I'm doing anything that changes the class structure (even adding private methods !!!) myEclipse will tell me that hotswap failed.
Thanks & best regards
Aschorle
PS: I guess the following methods should return true: