diff mx/mx_graal.py @ 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 be59a1d39281
children b002c864e974
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':