Re: [External] : Re: AArch64 OpenJDK bootstrap failure on head

2021-02-02 Thread Thomas Stüfe
(dropping Andrew and Aleksey) On Tue, Feb 2, 2021 at 6:13 PM Ioi Lam wrote: > > > On 2/2/21 1:32 AM, Thomas Stüfe wrote: > > > > On Mon, Feb 1, 2021 at 10:11 PM Ioi Lam wrote: > >> On 2/1/21 9:36 AM, Thomas Stüfe wrote: >> >> This does not solve the alignment problem, but I don't like that we >

Re: [External] : Re: AArch64 OpenJDK bootstrap failure on head

2021-02-02 Thread Ioi Lam
On 2/2/21 1:32 AM, Thomas Stüfe wrote: On Mon, Feb 1, 2021 at 10:11 PM Ioi Lam > wrote: On 2/1/21 9:36 AM, Thomas Stüfe wrote: This does not solve the alignment problem, but I don't like that we unconditionally print a message here since this is a

Re: AArch64 OpenJDK bootstrap failure on head

2021-02-02 Thread Thomas Stüfe
On Mon, Feb 1, 2021 at 10:11 PM Ioi Lam wrote: > On 2/1/21 9:36 AM, Thomas Stüfe wrote: > > This does not solve the alignment problem, but I don't like that we > unconditionally print a message here since this is a non-fatal error. Also, > CDS mapping may fail for other reasons, for which we do n

Re: AArch64 OpenJDK bootstrap failure on head

2021-02-01 Thread Ioi Lam
On 2/1/21 9:36 AM, Thomas Stüfe wrote: This does not solve the alignment problem, but I don't like that we unconditionally print a message here since this is a non-fatal error. Also, CDS mapping may fail for other reasons, for which we do not print unconditionally. I think we should make this i

Re: AArch64 OpenJDK bootstrap failure on head

2021-02-01 Thread Thomas Stüfe
This does not solve the alignment problem, but I don't like that we unconditionally print a message here since this is a non-fatal error. Also, CDS mapping may fail for other reasons, for which we do not print unconditionally. I think we should make this info log level: --- a/src/hotspot/share/mem

Re: AArch64 OpenJDK bootstrap failure on head

2021-02-01 Thread Andrew Haley
On 2/1/21 5:14 PM, Aleksey Shipilev wrote: > On 2/1/21 4:38 PM, Andrew Haley wrote: >> but that doesn't work either. Any ideas? I'm really stuck. > > Did you "make clean" after changing any of the configure files and/or > configure arguments? I.e. did > AWTIcon32_java_icon16_png actually regener

Re: AArch64 OpenJDK bootstrap failure on head

2021-02-01 Thread Aleksey Shipilev
On 2/1/21 4:38 PM, Andrew Haley wrote: but that doesn't work either. Any ideas? I'm really stuck. Did you "make clean" after changing any of the configure files and/or configure arguments? I.e. did AWTIcon32_java_icon16_png actually regenerate? Prepending the build with "LOG=debug" would tel