comparison 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
comparison
equal deleted inserted replaced
21719:cbe8cc0f79ce 21720:d915361cc3a1
97 97
98 _jdkDeployedDists = [ 98 _jdkDeployedDists = [
99 JDKDeployedDist('TRUFFLE'), 99 JDKDeployedDist('TRUFFLE'),
100 JDKDeployedDist('JVMCI_SERVICE'), 100 JDKDeployedDist('JVMCI_SERVICE'),
101 JDKDeployedDist('JVMCI_API', usesJVMCIClassLoader=True), 101 JDKDeployedDist('JVMCI_API', usesJVMCIClassLoader=True),
102 JDKDeployedDist('JVMCI_UTIL', usesJVMCIClassLoader=True),
103 JDKDeployedDist('JVMCI_HOTSPOT', usesJVMCIClassLoader=True), 102 JDKDeployedDist('JVMCI_HOTSPOT', usesJVMCIClassLoader=True),
104 JDKDeployedDist('GRAAL', usesJVMCIClassLoader=True), 103 JDKDeployedDist('GRAAL', usesJVMCIClassLoader=True),
105 JDKDeployedDist('GRAAL_TRUFFLE', usesJVMCIClassLoader=True) 104 JDKDeployedDist('GRAAL_TRUFFLE', usesJVMCIClassLoader=True)
106 ] 105 ]
107 106