Re: RFR: 8271605: Update JMH devkit to 1.32

2021-08-04 Thread Claes Redestad
On Mon, 2 Aug 2021 15:04:18 GMT, Aleksey Shipilev wrote: > Thanks! (and welcome back, Claes) You're welcome - and thanks! Good to be back.. - PR: https://git.openjdk.java.net/jdk/pull/4954

Re: RFR: 8271605: Update JMH devkit to 1.32

2021-08-02 Thread Aleksey Shipilev
On Mon, 2 Aug 2021 10:27:08 GMT, Aleksey Shipilev wrote: > It is currently at 1.28, and thus misses a bunch of fixes and improvements. > 1.32 is the latest version, and probably the last version before enabling the > automatic detection of compiler blackholes (CODETOOLS-7903004), the change >

Re: RFR: 8271605: Update JMH devkit to 1.32

2021-08-02 Thread Eric Caspole
On Mon, 2 Aug 2021 10:27:08 GMT, Aleksey Shipilev wrote: > It is currently at 1.28, and thus misses a bunch of fixes and improvements. > 1.32 is the latest version, and probably the last version before enabling the > automatic detection of compiler blackholes (CODETOOLS-7903004), the change >

Re: RFR: 8271605: Update JMH devkit to 1.32

2021-08-02 Thread Claes Redestad
On Mon, 2 Aug 2021 10:27:08 GMT, Aleksey Shipilev wrote: > It is currently at 1.28, and thus misses a bunch of fixes and improvements. > 1.32 is the latest version, and probably the last version before enabling the > automatic detection of compiler blackholes (CODETOOLS-7903004), the change >

RFR: 8271605: Update JMH devkit to 1.32

2021-08-02 Thread Aleksey Shipilev
It is currently at 1.28, and thus misses a bunch of fixes and improvements. 1.32 is the latest version, and probably the last version before enabling the automatic detection of compiler blackholes (CODETOOLS-7903004), the change that would affect benchmarks performance. - Commit me