changeset 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 75b1506b0e7a
children e8dc090e167f
files mx.graal/suite.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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" : {