dcevm/dcevm
Dynamic Code Evolution VM for Java 7/8 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4898
- days_rel: n/a
- days_push: 2254
- n_releases_24m: 0
Adoption not part of the score
1857 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DCEVM is a patched OpenJDK HotSpot virtual machine that enables enhanced class redefinition for Java 7 and 8, allowing structural changes to loaded classes at runtime (such as adding/removing methods, fields, and even superclass changes). It is distributed as JVM library replacements (libjvm.so/jvm.dll/libjvm.dylib) or via a Gradle installer script.
Use cases
- hot-reload java classes with structural changes during development
- modify class hierarchy at runtime without restarting the jvm
- enable dcevm hotswap in intellij idea for java 7/8
- patch openjdk hotspot to support full class redefinition
- replace libjvm to allow adding and removing fields and methods on reload
- avoid application restarts when refactoring java code
When to choose
- you are stuck on java 7 or 8 and need enhanced hotswap beyond standard jvm capabilities
- you want to hot-reload classes with structural changes like superclass removal
- you build tooling that requires runtime class redefinition on older jvms
When to avoid
- you are on java 11 or newer - use the Trava OpenJDK DCEVM-11 distribution instead
- you only need standard hotswap (method body changes) which the stock JVM already supports
- you need a supported, actively maintained JVM for production use
Facets
library · maturity maintenance
interpreter compiler developer-tools programming-languages developer-tools windows jvm jvm hotspot class-redefinition hotswap java-7 java-8 openjdk dynamic-code-evolution patch runtime-patching linux macos
1 source
- readme: https://github.com/dcevm/dcevm · fetched 2026-08-28 · 71855520232a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dcevm/dcevm | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem