diff options
author | Vladimir Dvorak <lada.dvorak7@gmail.com> | 2018-12-01 17:30:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-01 17:30:33 +0100 |
commit | 677cf082e9b6c8b9e6ca0f5464b45e478cff55f3 (patch) | |
tree | bebe570e233455ba8a044bc0d4bcbb117088589b /README.md | |
parent | 1946ee202e4008ad139e518835d7fa8d763b8e79 (diff) | |
download | dcevm-677cf082e9b6c8b9e6ca0f5464b45e478cff55f3.tar.gz dcevm-677cf082e9b6c8b9e6ca0f5464b45e478cff55f3.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,3 +1,8 @@ +## NEWS: Dcevm-11 + +Dcevm-8 is last version supported by this project. Distribution of new dcevm versions will be available at new project designated to build dcevm - (TravaOpenjdk)[https://github.com/TravaOpenJDK/trava-jdk-11-dcevm] + + # DCEVM This project is a fork of original [DCEVM](http://ssw.jku.at/dcevm/) project. @@ -8,16 +13,6 @@ The purpose of the project is to maintain enhanced class redefinition functional You can download binaries [here](https://dcevm.github.io/). -## Dcevm for Java9, Java10 and Java10 - -Dcevm8 is last version supported by this project. New versions are moved to separated projects extended from OpenJDK under HotswapProjects umbrella. - -* [Dcevm9](https://github.com/HotswapProjects/openjdk-jdk9) -* [Dcevm10](https://github.com/HotswapProjects/openjdk-jdk10) -* [Dcevm11](https://github.com/HotswapProjects/openjdk-jdk11) - -Dcevm patch is hosted in dedicated **dcevm** branch in each repository. - ## Supported versions [hotspot/.hg/patches/](hotspot/.hg/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). |