From ddca9769af2e1113a420c632714b57a785246b66 Mon Sep 17 00:00:00 2001 From: Vladimir Dvorak Date: Mon, 21 May 2018 14:06:11 +0200 Subject: Update README for java9 and java10 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 051b927a..7215de1b 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.3 From ed7ad2f2c31a36783320e3a603492a1d4a6fbce1 Mon Sep 17 00:00:00 2001 From: Vladimir Dvorak Date: Mon, 21 May 2018 15:09:05 +0200 Subject: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7215de1b..bb6c927e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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. +Dcevm8 was last version supported by this project. New versions are moved to separated projects extended from OpenJDK uder HotswapProjects umbrella. * [Dcevm9](https://github.com/HotswapProjects/openjdk-jdk9) * [Dcevm10](https://github.com/HotswapProjects/openjdk-jdk10) -- cgit v1.2.3 From 6f627e7c78800caab7f67ff51e45e02de9595d01 Mon Sep 17 00:00:00 2001 From: Vladimir Dvorak Date: Fri, 25 May 2018 22:57:52 +0200 Subject: Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb6c927e..4ed4d7f1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 separated projects extended from OpenJDK uder HotswapProjects umbrella. +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) -- cgit v1.2.3