diff options
author | Ivan Dubrov <dubrov.ivan@gmail.com> | 2015-02-17 13:04:54 -0800 |
---|---|---|
committer | Ivan Dubrov <dubrov.ivan@gmail.com> | 2015-02-17 13:04:54 -0800 |
commit | 44575674cb65fa2f42bba0a72e5de014217d3cd1 (patch) | |
tree | 018d76a886e541539bf32e3bdae95bbab1cccd14 /hotspot/.hg/patches/series | |
parent | 4d7b3ef034e2fa0a008a88bba3018cc71d08af7e (diff) | |
parent | 2b26db82257177a0d4564ec1a796cb72bfb24c25 (diff) | |
download | dcevm-44575674cb65fa2f42bba0a72e5de014217d3cd1.tar.gz dcevm-44575674cb65fa2f42bba0a72e5de014217d3cd1.zip |
Merge pull request #58 from skybber/master
jdk8u31-b13 updates
Diffstat (limited to 'hotspot/.hg/patches/series')
-rw-r--r-- | hotspot/.hg/patches/series | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hotspot/.hg/patches/series b/hotspot/.hg/patches/series index bac0bef5..b2ce836a 100644 --- a/hotspot/.hg/patches/series +++ b/hotspot/.hg/patches/series @@ -2,7 +2,8 @@ distro-name.patch # Add AllowEnhancedRedefinition argument -arguments-java8.patch #+jdk8 +arguments-java8.patch #+light-jdk8u5-b13 #+light-jdk8u20-b22 +arguments-java8u31.patch #+light-jdk8u31-b13 # GC changes to allow modifying instances during redefinition run gc-java8.patch #+jdk8 @@ -31,6 +32,7 @@ full-jdk7u60-deopt-cp.patch #+full-jdk7u60-b09 #+full-jdk7u71-b01 light-jdk8u5-b13.patch #+light-jdk8u5-b13 -light-jdk8u20-b22.patch #+light-jdk8u20-b22 -light-jdk8u20-deopt-cp.patch #+light-jdk8u20-b22 +light-jdk8u20-b22.patch #+light-jdk8u20-b22 #+light-jdk8u31-b13 +light-jdk8u20-deopt-cp.patch #+light-jdk8u20-b22 #+light-jdk8u31-b13 + |