From 0c22f9b42c9aed04cf2e248f18175dec07b4ae60 Mon Sep 17 00:00:00 2001 From: Ekaterina Dimitrova Date: Wed, 26 Jul 2023 12:27:26 -0400 Subject: [PATCH] Upgrade JMH from 1.21 to 1.36. The upgrade is fixing inaccessible object exceptions when running benchmarks with JMH+profiler+JDK17 patch by Ekaterina Dimitrova; reviewed by Andres de la Pena and Berenguer Blasi for CASSANDRA-18696 --- .build/parent-pom-template.xml | 4 ++-- CHANGES.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index 7264838559..30f518afe5 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -660,13 +660,13 @@ org.openjdk.jmh jmh-core - 1.21 + 1.36 test org.openjdk.jmh jmh-generator-annprocess - 1.21 + 1.36 test diff --git a/CHANGES.txt b/CHANGES.txt index 7528daf808..078aebd993 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 5.0 + * Upgrade JMH from 1.21 to 1.36 (CASSANDRA-18696) * Add guardrail for vector dimensions (CASSANDRA-18730) * Upgraded Netty to 4.1.96, added BouncyCastle dependency (CASSANDRA-17992) * Fix for (unsupported) big endian unaligned architecture, eg s390x (CASSANDRA-17723)