Re: RFR: 8254292: Update JMH devkit to 1.26

2020-10-09 Thread Andrew Haley
On Fri, 9 Oct 2020 12:30:35 GMT, Aleksey Shipilev wrote: > It is currently at 1.21, and thus misses a bunch of fixes and improvements. > > Testing: > - [x] Creating the JMH devkit > - [x] Using a new devkit with `make test TEST=micro:RecordDeserialization` Works fine, thanks. -

Re: RFR: 8254292: Update JMH devkit to 1.26

2020-10-09 Thread Andrew Haley
On Fri, 9 Oct 2020 13:09:43 GMT, Erik Joelsson wrote: >> It is currently at 1.21, and thus misses a bunch of fixes and improvements. >> >> Testing: >> - [x] Creating the JMH devkit >> - [x] Using a new devkit with `make test TEST=micro:RecordDeserialization` > > Marked as reviewed by erikj (

Re: RFR: 8254292: Update JMH devkit to 1.26

2020-10-09 Thread Erik Joelsson
On Fri, 9 Oct 2020 12:30:35 GMT, Aleksey Shipilev wrote: > It is currently at 1.21, and thus misses a bunch of fixes and improvements. > > Testing: > - [x] Creating the JMH devkit > - [x] Using a new devkit with `make test TEST=micro:RecordDeserialization` Marked as reviewed by erikj (Revie

RFR: 8254292: Update JMH devkit to 1.26

2020-10-09 Thread Aleksey Shipilev
It is currently at 1.21, and thus misses a bunch of fixes and improvements. Testing: - [x] Creating the JMH devkit - [x] Using a new devkit with `make test TEST=micro:RecordDeserialization` - Commit messages: - 8254292: Update JMH devkit to 1.26 Changes: https://git.openjdk.jav