From 679faa691adba139c698ec2e34f71f452b6400ad Mon Sep 17 00:00:00 2001 From: Claes Redestad Date: Mon, 8 Mar 2021 14:23:20 +0000 Subject: [PATCH] 8263097: Update JMH devkit to 1.28 Reviewed-by: ecaspole, erikj --- make/conf/jib-profiles.js | 2 +- make/devkit/createJMHBundle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 9fd56137c91..f1995e76e29 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -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: { diff --git a/make/devkit/createJMHBundle.sh b/make/devkit/createJMHBundle.sh index b460ee75311..9e0b9c06e4f 100644 --- a/make/devkit/createJMHBundle.sh +++ b/make/devkit/createJMHBundle.sh @@ -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