diff options
author | Przemysław Rumik <przemelek@gmail.com> | 2018-05-26 13:02:16 +0200 |
---|---|---|
committer | Przemysław Rumik <przemelek@gmail.com> | 2018-05-26 13:02:16 +0200 |
commit | d5228b374a5d2218785095cd175de8e212fe810f (patch) | |
tree | 3bfbe62d682ace9c6b0eaad979c5c36267c2f290 /README.md | |
parent | 73e2f0eef882b146ecc561bf997b2d9ead0a113a (diff) | |
parent | 6f627e7c78800caab7f67ff51e45e02de9595d01 (diff) | |
download | dcevm-d5228b374a5d2218785095cd175de8e212fe810f.tar.gz dcevm-d5228b374a5d2218785095cd175de8e212fe810f.zip |
updated to dcevm/dcevm
Diffstat (limited to 'README.md')
-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 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) + +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). |