diff mx/mx_graal.py @ 18346:ddd7829c45b1

made HotSpotCodeCacheProvider attempt to load and use the hcfdis tool
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Nov 2014 12:55:21 +0100
parents 13273385abb5
children 1e7b53d7489d
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Nov 12 10:56:21 2014 +0100
+++ b/mx/mx_graal.py	Wed Nov 12 12:55:21 2014 +0100
@@ -1146,7 +1146,8 @@
     if testfile is None:
         (_, testfile) = tempfile.mkstemp(".testclasses", "graal")
         os.close(_)
-    coreCp = mx.classpath(['com.oracle.graal.test'])
+        
+    coreCp = mx.classpath(['com.oracle.graal.test', 'HCFDIS'])
 
     coreArgs = []
     if verbose: