diff options
author | skybber <lada.dvorak7@gmail.com> | 2015-06-07 10:23:14 +0200 |
---|---|---|
committer | skybber <lada.dvorak7@gmail.com> | 2015-06-07 10:23:14 +0200 |
commit | ec4d4d05421d9c46ca04691bbb655957d4634f17 (patch) | |
tree | 816213e657fe01ab415f4af79998c78b384ec37f /gradle.properties | |
parent | e64643af29ba1674be9bed715b0ebb1e7d617ed9 (diff) | |
download | dcevm-ec4d4d05421d9c46ca04691bbb655957d4634f17.tar.gz dcevm-ec4d4d05421d9c46ca04691bbb655957d4634f17.zip |
full/light jdk7u79-b02 support
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 170c3865..6d203725 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 |