diff options
-rw-r--r-- | gradle.properties | 1 | ||||
-rw-r--r-- | hotspot/.hg/patches/series | 2 |
2 files changed, 2 insertions, 1 deletions
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 |