Re: RFR: 8276057: Update JMH devkit to 1.33

2021-10-28 Thread Aleksey Shipilev
On Wed, 27 Oct 2021 12:28:16 GMT, Aleksey Shipilev wrote: > Time to update the devkit to the latest JMH. > > Additional testing: > - [x] Devkit generation works > - [x] Sample benchmarks run Thanks! - PR: https://git.openjdk.java.net/jdk/pull/6139

Re: RFR: 8276057: Update JMH devkit to 1.33

2021-10-27 Thread Erik Joelsson
On Wed, 27 Oct 2021 12:28:16 GMT, Aleksey Shipilev wrote: > Time to update the devkit to the latest JMH. > > Additional testing: > - [x] Devkit generation works > - [x] Sample benchmarks run Marked as reviewed by erikj (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/613

Re: RFR: 8276057: Update JMH devkit to 1.33

2021-10-27 Thread Claes Redestad
On Wed, 27 Oct 2021 12:28:16 GMT, Aleksey Shipilev wrote: > Time to update the devkit to the latest JMH. > > Additional testing: > - [x] Devkit generation works > - [x] Sample benchmarks run Marked as reviewed by redestad (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/

Re: RFR: 8276057: Update JMH devkit to 1.33

2021-10-27 Thread Andrew Haley
On Wed, 27 Oct 2021 12:28:16 GMT, Aleksey Shipilev wrote: > Time to update the devkit to the latest JMH. > > Additional testing: > - [x] Devkit generation works > - [x] Sample benchmarks run Marked as reviewed by aph (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/6139

RFR: 8276057: Update JMH devkit to 1.33

2021-10-27 Thread Aleksey Shipilev
Time to update the devkit to the latest JMH. Additional testing: - [x] Devkit generation works - [x] Sample benchmarks run - Commit messages: - Fix Changes: https://git.openjdk.java.net/jdk/pull/6139/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6139&range=00 Is