Dynamic Code Evolution VM
Posted by twuerthinger on March 9, 2011 at 1:53 AM PST
Summary
The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of the Java HotSpot(TM) VM that allows unlimited redefinition of loaded classes at runtime. The current hotswapping mechanism of the HotSpot(TM) VM allows only changing method bodies. Our enhanced VM allows adding and removing fields and methods as well as changes to the super types of a class.
Parent project
no parent
Community:
»
- 91 reads



