aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorIvan Dubrov <dubrov.ivan@gmail.com>2014-04-28 16:43:55 -0700
committerIvan Dubrov <dubrov.ivan@gmail.com>2014-04-28 16:43:55 -0700
commit8c51d49eb126fe2c0d90d2d9718390176b4a5f84 (patch)
treea627b050f3f8676506b79cc19a0db0e1a631ef30 /README.md
parenta7e3106c3a9e749a0f7ea48970ca69ff947f8cc5 (diff)
downloaddcevm-8c51d49eb126fe2c0d90d2d9718390176b4a5f84.tar.gz
dcevm-8c51d49eb126fe2c0d90d2d9718390176b4a5f84.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 163bc091..1ed0ad55 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@ This project is a fork of original [DCEVM](http://ssw.jku.at/dcevm/) project.
The purpose of the project is to maintain enhanced class redefinition functionality for OpenJDK HotSpot 7/8.
+## Binaries
+
+You can download binaries [here](https://dcevm.github.io/).
+
## Supported versions
[pathes/](patches/) contains patches for all supported versions. Each patch is named by concatenating prefix `full` or `light` with the OpenJDK HotSpot tag. `full` patches support full redefenition capabilities (including removal of superclasses, for example). `light` patches are easier to maintain, but they only support limited functionality (generally, additions to class hierarchies are fine, removals are not).