comparison mx/mx_graal.py @ 16061:d8343c347dc0

updated hcfdis library
author Doug Simon <doug.simon@oracle.com>
date Fri, 06 Jun 2014 16:01:54 +0200
parents cd2209d3af46
children 64e172733061
comparison
equal deleted inserted replaced
16060:1629244c0df2 16061:d8343c347dc0
1802 1802
1803 args = parser.parse_args(args) 1803 args = parser.parse_args(args)
1804 1804
1805 path = join(_graal_home, 'lib', 'hcfdis-1.jar') 1805 path = join(_graal_home, 'lib', 'hcfdis-1.jar')
1806 if not exists(path): 1806 if not exists(path):
1807 mx.download(path, ['http://lafo.ssw.uni-linz.ac.at/hcfdis-1.jar']) 1807 mx.download(path, ['http://lafo.ssw.uni-linz.ac.at/hcfdis-2.jar'])
1808 mx.run_java(['-jar', path] + args.files) 1808 mx.run_java(['-jar', path] + args.files)
1809 1809
1810 if args.map is not None: 1810 if args.map is not None:
1811 addressRE = re.compile(r'0[xX]([A-Fa-f0-9]+)') 1811 addressRE = re.compile(r'0[xX]([A-Fa-f0-9]+)')
1812 with open(args.map) as fp: 1812 with open(args.map) as fp: