diff options
author | Vladimir Dvorak <lada.dvorak7@gmail.com> | 2018-05-21 14:06:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-21 14:06:11 +0200 |
commit | ddca9769af2e1113a420c632714b57a785246b66 (patch) | |
tree | 2efabeaa8aed9b290779cfb7952fd6dc38d81027 | |
parent | 45320512cfe12a14f009ae871e9f29b755106729 (diff) | |
download | dcevm-ddca9769af2e1113a420c632714b57a785246b66.tar.gz dcevm-ddca9769af2e1113a420c632714b57a785246b66.zip |
Update README for java9 and java10
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -8,6 +8,15 @@ The purpose of the project is to maintain enhanced class redefinition functional You can download binaries [here](https://dcevm.github.io/). +## Dcevm for Java9 and Java10 + +Dcevm8 was last version supported by this project. New versions are moved to seppareted projects extended from OpenJDK uder HotswapProjects umbrella. + +* [Dcevm9](https://github.com/HotswapProjects/openjdk-jdk9) +* [Dcevm10](https://github.com/HotswapProjects/openjdk-jdk10) + +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). |