Re: RFR: 8341871: Disable G1 for unsupported platforms after JDK-8334060

2024-10-15 Thread Aleksey Shipilev
On Mon, 14 Oct 2024 13:08:32 GMT, Aleksey Shipilev wrote: > This implicitly fixes x86-32 builds that fail at runtime, because late > barrier expansion is not implemented for them. I think about this check as > something that we should have done as part of original JDK-8334060. > > The first ve

Re: RFR: 8341871: Disable G1 for unsupported platforms after JDK-8334060

2024-10-14 Thread Erik Joelsson
On Mon, 14 Oct 2024 13:08:32 GMT, Aleksey Shipilev wrote: > This implicitly fixes x86-32 builds that fail at runtime, because late > barrier expansion is not implemented for them. I think about this check as > something that we should have done as part of original JDK-8334060. > > The first ve

Re: RFR: 8341871: Disable G1 for unsupported platforms after JDK-8334060

2024-10-14 Thread Martin Doerr
On Mon, 14 Oct 2024 13:08:32 GMT, Aleksey Shipilev wrote: > This implicitly fixes x86-32 builds that fail at runtime, because late > barrier expansion is not implemented for them. I think about this check as > something that we should have done as part of original JDK-8334060. > > The first ve

Re: RFR: 8341871: Disable G1 for unsupported platforms after JDK-8334060

2024-10-14 Thread Aleksey Shipilev
On Mon, 14 Oct 2024 13:08:32 GMT, Aleksey Shipilev wrote: > This implicitly fixes x86-32 builds that fail at runtime, because late > barrier expansion is not implemented for them. I think about this check as > something that we should have done as part of original JDK-8334060. > > The first ve

Re: RFR: 8341871: Disable G1 for unsupported platforms after JDK-8334060

2024-10-14 Thread Martin Doerr
On Mon, 14 Oct 2024 13:08:32 GMT, Aleksey Shipilev wrote: > This implicitly fixes x86-32 builds that fail at runtime, because late > barrier expansion is not implemented for them. I think about this check as > something that we should have done as part of original JDK-8334060. > > The first ve