DCEVM

This project is a fork of original DCEVM project. The purpose of the project is to maintain enhanced class redefinition functionality for OpenJDK HotSpot 7/8/9/10/11 and Oracle JVM.

NEWS : Dcevm-11 on Trava OpenJDK

Binaries

Old full version (with parent class modification support):

The full version supports more features (for example, it supports the removal of superclasses), but it is harder to maintain. Thus, it is supported for fewer versions of OpenJDK. The light version supports fewer features, but it is still more advanced than the default OpenJDK redefinition functionality, and it is easier to keep in sync with the OpenJDK HotSpot.

Sources

Sources of the patches are available here.

Usage