On Wed, 11 May 2022 14:57:16 GMT, Claes Redestad <redes...@openjdk.org> wrote:
> #8599 would add a new warning. This address the conversions in the > microbenchmark component by means of making the types precise or adding > explicit casts. There's quite a few changes in the ByteBuffers benchmarks, > but the real change is in the template as these are generated. > > I've run through a subset of the affected benchmarks and verified that the > results are either neutral or improve somewhat (seem to be the case in a few > of the ByteBuffer micros). This pull request has now been integrated. Changeset: 1586bf86 Author: Claes Redestad <redes...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/1586bf862b6faa6477630fad2e62b198771ad187 Stats: 179 lines in 13 files changed: 0 ins; 0 del; 179 mod 8286401: Address possibly lossy conversions in Microbenchmarks Reviewed-by: shade, ecaspole ------------- PR: https://git.openjdk.java.net/jdk/pull/8654