changeset 16676:07a4ed7c66a3

mx_graal: do not install jdk jars twice when building (which should prevent duplicate GeneratedSourcesSha1 class in graal-truffle.jar)
author Doug Simon <doug.simon@oracle.com>
date Sat, 02 Aug 2014 11:11:56 +0200
parents 0fc43b066eee
children e342886ed437
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Fri Aug 01 16:30:22 2014 -0700
+++ b/mx/mx_graal.py	Sat Aug 02 11:11:56 2014 +0200
@@ -765,7 +765,7 @@
             if build is None or len(build) == 0:
                 continue
 
-        jdk = _jdk(build, create=True)
+        jdk = _jdk(build, create=True, installJars=not opts2.java)
 
         if vm == 'original':
             if build != 'product':