diff options
author | Ivan Dubrov <idubrov@guidewire.com> | 2015-12-11 08:49:17 -0800 |
---|---|---|
committer | Ivan Dubrov <idubrov@guidewire.com> | 2015-12-11 08:49:17 -0800 |
commit | 90b64b510803301d92a3c66e07ff78c9e81617ef (patch) | |
tree | 8fbd894ac3a03fb6e75ff135e635107f6893e137 /hotswap/hotswap.txt | |
parent | e5a8b202d13a37f6cc160b2d83b5579eac80a0cd (diff) | |
download | dcevm-90b64b510803301d92a3c66e07ff78c9e81617ef.tar.gz dcevm-90b64b510803301d92a3c66e07ff78c9e81617ef.zip |
Preserving old Java 6 based patches
Retrieved from http://hg.openjdk.java.net/mlvm/mlvm/hotspot
Diffstat (limited to 'hotswap/hotswap.txt')
-rw-r--r-- | hotswap/hotswap.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hotswap/hotswap.txt b/hotswap/hotswap.txt new file mode 100644 index 00000000..0253a723 --- /dev/null +++ b/hotswap/hotswap.txt @@ -0,0 +1,6 @@ +Source code for the Dynamic Code Evolution VM (http://ssw.jku.at/dcevm).
+
+- hotswap.patch: Full patch including unit tests and all features.
+- hotswaplight.patch: Patch with the VM modifications only and a limited set of features to reduce differences to OpenJDK.
+
+Both patches are based against the OpenJDK changeset f5603a6e5042 (HS20 build number 03).
\ No newline at end of file |