comparison mx.graal/suite.py @ 22718:b415eaae0aa9

expanded CodeCacheProvider so that it supports all forms of code installation and made CompilerToVM.installCode package-private
author Doug Simon <doug.simon@oracle.com>
date Tue, 29 Sep 2015 14:55:03 +0200
parents f8a090c89bf4
children f035cf1d2e5a
comparison
equal deleted inserted replaced
22717:f8a090c89bf4 22718:b415eaae0aa9
4 4
5 "imports" : { 5 "imports" : {
6 "suites": [ 6 "suites": [
7 { 7 {
8 "name" : "jvmci", 8 "name" : "jvmci",
9 "version" : "bec9cd4e731ae36000b5eb0110b849b9775e28d6", 9 "version" : "545590b1ab83c00b653ec3143ff876a0c42306c4",
10 "urls" : [ 10 "urls" : [
11 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, 11 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
12 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 12 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
13 ] 13 ]
14 }, 14 },