Re: RFR: 8323170 - j2dbench is using outdated javac source/target to be able to build by itself

2024-01-13 Thread Jiří Vaněk
On Mon, 8 Jan 2024 13:03:22 GMT, Jiří Vaněk wrote: > This PR is fixig to-old values of javac source/target for jdk22. > Note, that jdk21 suffers the same, only the target values have to be 8. I > will be happy to backport this cange to jdk17 later. > > Note, that considering the rolling release

Re: RFR: 8323170 - j2dbench is using outdated javac source/target to be able to build by itself

2024-01-13 Thread Sergey Bylokhov
On Tue, 9 Jan 2024 09:31:30 GMT, Jiří Vaněk wrote: >I think j2dbench should go in spirit of in-tree jtregs and shold be ok for jdk >it is cloned from. Anybody who wishes to run it on older jdk, can clone it >from older jdk. The code in the j2dbench is maintained in a way that every new feature

Re: RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-13 Thread Laurent Bourgès
On Fri, 12 Jan 2024 21:34:32 GMT, Laurent Bourgès wrote: > - new executor modes (buffer & volatile) > - support parallel rendering on several frames and / or screens > - added robot calibration + optionally use rounded duration to min frame > latency (120Hz) > - give more statistics in verbose (

RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-13 Thread Laurent Bourgès
- new executor modes (buffer & volatile) - support parallel rendering on several frames and / or screens - added robot calibration + optionally use rounded duration to min frame latency (120Hz) - give more statistics in verbose (-v) - added new command-line arguments - added version + help informa