Browse Source

full/light jdk7u79-b02 support

tags/light-jdk8u45+13
skybber 9 years ago
parent
commit
ec4d4d0542

+ 10
- 7
gradle.properties View File

@@ -4,7 +4,7 @@ traceRedefinition=1
# Which JVM kind to use for testing, fastdebug (produces better crash reports) or product (faster).
kind=fastdebug

# Which flavor of DCEVM to use, full (supports most redefinitons) or light (more JDK versions supported)
# Which flavor of DCEVM to use, full (supports most redefinitons (supported only for JDK7)) or light (more JDK(7,8) versions supported)
flavor=light

# If should use compressed oops (-XX:+UseCompressedOops) or not for testing.
@@ -24,15 +24,18 @@ compiler=compiler2
targetJre=build/jre

# Tag to base DCEVM on

#hotspotTag=jdk7u40-b43
#hotspotTag=jdk7u45-b08
#hotspotTag=jdk7u51-b13
#hotspotTag=jdk7u55-b13
#hotspotTag=jdk7u60-b09
#hotspotTag=jdk7u71-b01
#hotspotTag=jdk7u79-b02

#hotspotTag=jdk8u31-b13
#hotspotTag=jdk8u20-b22
#hotspotTag=jdk8u5-b13
#hotspotTag=jdk8u31-b13
#hotspotTag=jdk8u40-b25
hotspotTag=jdk8u45-b14
#hotspotTag=jdk7u71-b01
#hotspotTag=jdk7u60-b09
#hotspotTag=jdk7u55-b13
#hotspotTag=jdk7u51-b13
#hotspotTag=jdk7u45-b08
#hotspotTag=jdk7u40-b43

+ 12374
- 0
hotspot/.hg/patches/full-jdk7u79-b02.patch
File diff suppressed because it is too large
View File


+ 10339
- 0
hotspot/.hg/patches/light-jdk7u79-b02.patch
File diff suppressed because it is too large
View File


+ 5
- 2
hotspot/.hg/patches/series View File

@@ -28,10 +28,13 @@ full-jdk7u51-b13.patch #+full-jdk7u51-b13
full-jdk7u51-deopt-cp.patch #+full-jdk7u51-b13

light-jdk7u60-b09.patch #+light-jdk7u60-b09 #+light-jdk7u71-b01
light-jdk7u60-deopt-cp.patch #+light-jdk7u60-b09 #+light-jdk7u71-b01
light-jdk7u79-b02.patch #+light-jdk7u79-b02
light-jdk7u60-deopt-cp.patch #+light-jdk7u60-b09 #+light-jdk7u71-b01 #+light-jdk7u79-b02
full-jdk7u60-b09.patch #+full-jdk7u60-b09
full-jdk7u71-b01.patch #+full-jdk7u71-b01
full-jdk7u60-deopt-cp.patch #+full-jdk7u60-b09 #+full-jdk7u71-b01
full-jdk7u79-b02.patch #+full-jdk7u79-b02
full-jdk7u60-deopt-cp.patch #+full-jdk7u60-b09 #+full-jdk7u71-b01 #+full-jdk7u79-b02


light-jdk8u5-b13.patch #+light-jdk8u5-b13


Loading…
Cancel
Save