comparison mx.graal/suite.py @ 23093:c515580658e2

Update to JMH 1.11.2.
author Josef Eisl <josef.eisl@jku.at>
date Thu, 26 Nov 2015 14:19:54 +0100
parents 767a0f088814
children 12b57821cc0b
comparison
equal deleted inserted replaced
23092:407b3a638b04 23093:c515580658e2
83 "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083", 83 "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083",
84 "bootClassPathAgent" : "true", 84 "bootClassPathAgent" : "true",
85 }, 85 },
86 86
87 "JMH" : { 87 "JMH" : {
88 "sha1" : "be2e08e6776191e9c559a65b7d34e92e86b4fa5c", 88 "sha1" : "0fe92ac8718909c632345d4ecb4e596d1fa40071",
89 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.10.4.jar"], 89 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2.jar"],
90 }, 90 },
91 91
92 # Library that allows Graal to compile against JVMCI without the jvmci suite. 92 # 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 93 # 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 (JVMCI enabled) JDK9. 94 # compiled against this library must be run on (JVMCI enabled) JDK9.