diff options
author | Ivan Dubrov <dubrov.ivan@gmail.com> | 2014-04-28 16:43:55 -0700 |
---|---|---|
committer | Ivan Dubrov <dubrov.ivan@gmail.com> | 2014-04-28 16:43:55 -0700 |
commit | 8c51d49eb126fe2c0d90d2d9718390176b4a5f84 (patch) | |
tree | a627b050f3f8676506b79cc19a0db0e1a631ef30 /README.md | |
parent | a7e3106c3a9e749a0f7ea48970ca69ff947f8cc5 (diff) | |
download | dcevm-8c51d49eb126fe2c0d90d2d9718390176b4a5f84.tar.gz dcevm-8c51d49eb126fe2c0d90d2d9718390176b4a5f84.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |