8263097: Update JMH devkit to 1.28

Reviewed-by: ecaspole, erikj
This commit is contained in:
Claes Redestad 2021-03-08 14:23:20 +00:00
parent ab2cfccac7
commit 679faa691a
2 changed files with 2 additions and 2 deletions

View File

@ -1114,7 +1114,7 @@ var getJibProfilesDependencies = function (input, common) {
jmh: {
organization: common.organization,
ext: "tar.gz",
revision: "1.21+1.0"
revision: "1.28+1.0"
},
jcov: {

View File

@ -26,7 +26,7 @@
# Create a bundle in the build directory, containing what's needed to
# build and run JMH microbenchmarks from the OpenJDK build.
JMH_VERSION=1.26
JMH_VERSION=1.28
COMMONS_MATH3_VERSION=3.2
JOPT_SIMPLE_VERSION=4.6