diff options
Diffstat (limited to 'hotspot/.hg/patches/series')
-rw-r--r-- | hotspot/.hg/patches/series | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/hotspot/.hg/patches/series b/hotspot/.hg/patches/series index b17eafbf..e59ea4e6 100644 --- a/hotspot/.hg/patches/series +++ b/hotspot/.hg/patches/series @@ -1,3 +1,17 @@ +# Change distribution name +distro-name.patch + +# Add AllowEnhancedRedefinition argument +arguments-java8.patch + +# GC changes to allow modifying instances during redefinition run +gc-java8.patch #+jdk8 # Rest of the changes -light-jdk8u5-b13.patch #+light #+jdk8 #+u5-b13 +full-jdk7u11-b21.patch #+full-jdk7u11-b21 +full-jdk7u45-b08.patch #+full-jdk7u45-b08 +full-jdk7u51-b13.patch #+full-jdk7u51-b13 +light-jdk7u40-b43.patch #+light-jdk7u40-b43 +light-jdk7u51-b13.patch #+light-jdk7u51-b13 +light-jdk8u5-b13.patch #+light-jdk8u5-b13 + |