comparison mx/mx_graal.py @ 21705:729e6acde6c0

added JVMCI_UTIL distribution
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Jun 2015 16:23:33 +0200
parents dd987b035a0b
children 6df25b1418be
comparison
equal deleted inserted replaced
21704:5db03b62b621 21705:729e6acde6c0
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),
102 JDKDeployedDist('JVMCI_HOTSPOT', usesJVMCIClassLoader=True), 103 JDKDeployedDist('JVMCI_HOTSPOT', usesJVMCIClassLoader=True),
103 JDKDeployedDist('GRAAL', usesJVMCIClassLoader=True), 104 JDKDeployedDist('GRAAL', usesJVMCIClassLoader=True),
104 JDKDeployedDist('GRAAL_TRUFFLE', usesJVMCIClassLoader=True) 105 JDKDeployedDist('GRAAL_TRUFFLE', usesJVMCIClassLoader=True)
105 ] 106 ]
106 107