diff 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
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Dec 29 11:30:15 2015 +0100
+++ b/mx.graal/suite.py	Tue Dec 29 13:23:02 2015 +0100
@@ -85,8 +85,10 @@
     },
 
     "JMH" : {
-      "sha1" : "0fe92ac8718909c632345d4ecb4e596d1fa40071",
+      "sha1" : "7e1577cf6e1f1326b78a322d206fa9412fd41ae9",
       "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2.jar"],
+      "sourceSha1" : "12a67f0dcdfe7e43218bf38c1d7fd766122a3dc7",
+      "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2-sources.jar"],
     },
 
     # Library that allows Graal to compile against JVMCI without the jvmci suite.