# HG changeset patch # User Stefan Anzinger # Date 1437480579 -7200 # Node ID e4efc2b03eb4cbdb3c4bbd9ba750a165edcf416a # Parent 75b1506b0e7a234e7243638eb08e8a94c80e5a35 Use newer version of hcfdis.jar (New version contains new SPARC instructions and continues disassembling when unknown instruction is encountered) diff -r 75b1506b0e7a -r e4efc2b03eb4 mx.graal/suite.py --- a/mx.graal/suite.py Thu Jul 16 14:25:52 2015 +0200 +++ b/mx.graal/suite.py Tue Jul 21 14:09:39 2015 +0200 @@ -15,9 +15,9 @@ }, "HCFDIS" : { - "path" : "lib/hcfdis-2.jar", - "urls" : ["http://lafo.ssw.uni-linz.ac.at/hcfdis-2.jar"], - "sha1" : "bc8b2253436485e9dbaf81771c259ccfa1a24c80", + "path" : "lib/hcfdis-3.jar", + "urls" : ["http://lafo.ssw.uni-linz.ac.at/hcfdis-3.jar"], + "sha1" : "a71247c6ddb90aad4abf7c77e501acc60674ef57", }, "C1VISUALIZER_DIST" : {