RE: JDK 20 EA builds (archive?)

2023-03-27 Thread Langer, Christoph
Hi Chris, SapMachine has all the ea builds in its GitHub Repo: https://github.com/SAP/SapMachine/releases. Should be fine enough for chasing G1 GC behaviour changes. Cheers Christoph > -Original Message- > From: core-libs-dev On Behalf Of Chris > Hegarty > Sent: Freitag, 24. März

Re: JDK 20 EA builds (archive?)

2023-03-24 Thread Dalibor Topic
On 24.03.2023 17:55, Chris Hegarty wrote: Hi, While definitely not the right list, someone here will surely know ... Where can I download archive EA builds of JDK 20, so I can perform bisect experiments to help narrow when something changed between JDK 19 and JDK 20.  ( I have some

Re: JDK 20 EA builds (archive?)

2023-03-24 Thread Pavel Rappo
Hi Chris, Would you not be able to bisect by tags? Checkout, build, and run your test(s) possibly (semi-) automatically using git bisect? What's the OS? -Pavel > On 24 Mar 2023, at 16:55, Chris Hegarty wrote: > > Hi, > > While definitely not the right list, someone here will surely know ...