From: Ivan Dubrov Date: Fri, 9 May 2014 16:30:47 +0000 (-0700) Subject: Adding support for Java 7 update 55 X-Git-Tag: light-jdk7u71+2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2f3778e6e7f30afec85e4f262b44959cc05e7808;p=dcevm.git Adding support for Java 7 update 55 Actually, update 51 patch applies to 55 with no test failures. --- diff --git a/gradle.properties b/gradle.properties index 2ae43047..d6792d2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,6 +25,7 @@ targetJre=build/jre # Tag to base DCEVM on hotspotTag=jdk8u5-b13 +#hotspotTag=jdk7u55-b13 #hotspotTag=jdk7u51-b13 #hotspotTag=jdk7u45-b08 #hotspotTag=jdk7u40-b43 diff --git a/hotspot/.hg/patches/series b/hotspot/.hg/patches/series index 29566fbc..b90ff74d 100644 --- a/hotspot/.hg/patches/series +++ b/hotspot/.hg/patches/series @@ -15,6 +15,6 @@ 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-jdk7u51-b13.patch #+light-jdk7u51-b13 #+light-jdk7u55-b13 light-jdk8u5-b13.patch #+light-jdk8u5-b13