diff mx/mx_graal.py @ 21720:d915361cc3a1

moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 04 Jun 2015 13:35:47 +0200
parents b5bbf03bc17a
children 6c3c21d9b5ef
line wrap: on
line diff
--- a/mx/mx_graal.py	Thu Jun 04 09:17:32 2015 +0200
+++ b/mx/mx_graal.py	Thu Jun 04 13:35:47 2015 +0200
@@ -99,7 +99,6 @@
     JDKDeployedDist('TRUFFLE'),
     JDKDeployedDist('JVMCI_SERVICE'),
     JDKDeployedDist('JVMCI_API', usesJVMCIClassLoader=True),
-    JDKDeployedDist('JVMCI_UTIL', usesJVMCIClassLoader=True),
     JDKDeployedDist('JVMCI_HOTSPOT', usesJVMCIClassLoader=True),
     JDKDeployedDist('GRAAL', usesJVMCIClassLoader=True),
     JDKDeployedDist('GRAAL_TRUFFLE', usesJVMCIClassLoader=True)