comparison mx.graal/suite.py @ 23221:815f05c8dc0b

split JMH sources into a separate jar as workaround for JDK-8146247
author Doug Simon <doug.simon@oracle.com>
date Tue, 29 Dec 2015 13:23:02 +0100
parents 74557af4288f
children 56359eb3abfa
comparison
equal deleted inserted replaced
23220:74557af4288f 23221:815f05c8dc0b
83 "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083", 83 "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083",
84 "bootClassPathAgent" : "true", 84 "bootClassPathAgent" : "true",
85 }, 85 },
86 86
87 "JMH" : { 87 "JMH" : {
88 "sha1" : "0fe92ac8718909c632345d4ecb4e596d1fa40071", 88 "sha1" : "7e1577cf6e1f1326b78a322d206fa9412fd41ae9",
89 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2.jar"], 89 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2.jar"],
90 "sourceSha1" : "12a67f0dcdfe7e43218bf38c1d7fd766122a3dc7",
91 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2-sources.jar"],
90 }, 92 },
91 93
92 # Library that allows Graal to compile against JVMCI without the jvmci suite. 94 # Library that allows Graal to compile against JVMCI without the jvmci suite.
93 # This library is not added to the boot class path at run time and so code 95 # This library is not added to the boot class path at run time and so code
94 # compiled against this library must be run on (a JVMCI enabled) JDK9. 96 # compiled against this library must be run on (a JVMCI enabled) JDK9.