aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
blob: 44e6f33e200f0555d6143484c975cd4c0b86f6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Default settings for DCEVM build/testing
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 (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.
oops=compressed

# DCEVM build number
buildNumber=dev

# Name of JVM to install DCEVM to. Specifx -XXaltjvm=<jvmName> to run given JVM.
jvmName=dcevm

# Which flavor of compiler to use. Leave default value.
compiler=compiler2

# Path to install JRE.
# Used when creating local version of JRE with DCEVM library installed.
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-b15
#hotspotTag=jdk7u85-b02

#hotspotTag=jdk8u31-b13
#hotspotTag=jdk8u20-b22
#hotspotTag=jdk8u5-b13
#hotspotTag=jdk8u31-b13
#hotspotTag=jdk8u40-b25
#hotspotTag=jdk8u45-b14
#hotspotTag=jdk8u51-b16
hotspotTag=jdk8u66-b17