changeset 16061:d8343c347dc0

updated hcfdis library
author Doug Simon <doug.simon@oracle.com>
date Fri, 06 Jun 2014 16:01:54 +0200
parents 1629244c0df2
children a864a411fad3
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Fri Jun 06 13:46:05 2014 +0200
+++ b/mx/mx_graal.py	Fri Jun 06 16:01:54 2014 +0200
@@ -1804,7 +1804,7 @@
 
     path = join(_graal_home, 'lib', 'hcfdis-1.jar')
     if not exists(path):
-        mx.download(path, ['http://lafo.ssw.uni-linz.ac.at/hcfdis-1.jar'])
+        mx.download(path, ['http://lafo.ssw.uni-linz.ac.at/hcfdis-2.jar'])
     mx.run_java(['-jar', path] + args.files)
 
     if args.map is not None: