Dcevm
DCEVM Project
DCEVM is a modified Java Virtual Machine that supports extended runtime class redefinition during development. It is intended for Java developers who...
Pros
- Supports structural class changes beyond standard JVM HotSwap
- Free and open source
- Works at the JVM level across many Java frameworks
Cons
- Requires compatible JVM builds and setup
- Less polished than commercial agents such as JRebel
- Compatibility varies across Java versions and frameworks