JVM-Sandbox
Real - time non-invasive AOP framework container based on JVM observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 55
- Release rhythm 8
- Longevity 100
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: 3317
- days_rel: n/a
- days_push: 271
- n_releases_24m: 0
Adoption not part of the score
6953 stars · 1585 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
JVM-Sandbox is a real-time, non-invasive AOP framework container for the JVM, built on Java Instrumentation to dynamically enhance methods without restarting or modifying the target application. It provides a pluggable, class-isolated module system for building tools like dynamic logging, fault injection, and request record/replay.
Use cases
- dynamically add logging to a running Java application without restart
- inject faults or simulate exceptions inside a live JVM service
- record method requests and replay results for debugging
- trace method call chains for coverage analysis
- monitor and intercept method parameters and return values in production
- build pluggable JVM instrumentation modules that can load and unload at runtime
When to choose
- you need runtime AOP on a JVM app you cannot restart or modify
- you want to build diagnostic tools like dynamic logging or fault injection on the JVM
- you need class isolation so instrumentation does not pollute the target application
- you want hot-pluggable modules that can be attached and detached without side effects
When to avoid
- you only need simple compile-time AOP in a Spring-managed codebase
- your target runs outside the JVM or on non-Java languages
- you need a supported, officially maintained product with enterprise support
- you require JDK versions beyond the supported range (JDK 6-11)
Facets
framework · maturity active
middleware monitoring testing developer-tools developer-tools monitoring testing performance jvm cross-platform aop bytecode-instrumentation java-agent runtime-enhancement fault-injection class-isolation hotswap
1 source
- readme: https://github.com/alibaba/jvm-sandbox · fetched 2026-08-28 · 2da92f385a01
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alibaba/jvm-sandbox | main | 48 |
| alibaba/jvm-sandbox-repeater | plugin | 23 |
For agents
markdown · JSON · MCP: product_card(name="alibaba/jvm-sandbox")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem