Skip to content

Commit b203b64

Browse files
authored
Merge pull request #138 from przemelek/master
Initial change for JDK8u152
2 parents 487c539 + 10ef788 commit b203b64

File tree

3 files changed

+3789
-9
lines changed

3 files changed

+3789
-9
lines changed

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ traceRedefinition=1
33

44
# Which JVM kind to use for testing, fastdebug (produces better crash reports) or product (faster).
55
kind=fastdebug
6+
#kind=product
67

78
# Which flavor of DCEVM to use, full (supports most redefinitons (supported only for JDK7)) or light (more JDK(7,8) versions supported)
89
flavor=light
@@ -48,4 +49,5 @@ targetJre=build/jre
4849
#hotspotTag=jdk8u102-b31
4950
#hotspotTag=jdk8u111-b14
5051
#hotspotTag=jdk8u112-b16
51-
hotspotTag=jdk8u144-b01
52+
#hotspotTag=jdk8u144-b01
53+
hotspotTag=jdk8u152-b16

0 commit comments

Comments
 (0)