diff mx.graal/suite.py @ 22272:e4efc2b03eb4

Use newer version of hcfdis.jar (New version contains new SPARC instructions and continues disassembling when unknown instruction is encountered)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 21 Jul 2015 14:09:39 +0200
parents 73366ceb98a8
children 329f734a9803 11c97c1d824a
line wrap: on
line diff
--- 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" : {