# HG changeset patch # User Doug Simon # Date 1406970716 -7200 # Node ID 07a4ed7c66a3ba61dc7ef9871a3657c98f413129 # Parent 0fc43b066eee9093ac2306839ca3ca0818a0dc99 mx_graal: do not install jdk jars twice when building (which should prevent duplicate GeneratedSourcesSha1 class in graal-truffle.jar) diff -r 0fc43b066eee -r 07a4ed7c66a3 mx/mx_graal.py --- 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':