From 2f3778e6e7f30afec85e4f262b44959cc05e7808 Mon Sep 17 00:00:00 2001 From: Ivan Dubrov Date: Fri, 9 May 2014 09:30:47 -0700 Subject: [PATCH] Adding support for Java 7 update 55 Actually, update 51 patch applies to 55 with no test failures. --- gradle.properties | 1 + hotspot/.hg/patches/series | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5