Re: javac stack overflow on loongson3 with zero variant

2025-04-04 Thread Bingwu Zhang
On Sunday, March 30, 2025 2:58:30 PM China Standard Time Bingwu Zhang wrote: > I have spent a whole weekend on bisecting, due to the poor performance of > the loongson3 processors and some recent network issues of the AOSC's build > servers (where I do the bisect). Current progress is ~16 commits/4

Re: javac stack overflow on loongson3 with zero variant

2025-03-30 Thread Bingwu Zhang
On Tuesday, March 25, 2025 11:52:29 PM China Standard Time Magnus Ihse Bursie wrote: > Is this reproducible? Did it started happening recently? If so, can you > bisect to which commit introduced the problem? Yes, it failed all loongson3 mips builds on the AOSC OS build service. As far as I can rem

Re: javac stack overflow on loongson3 with zero variant

2025-03-25 Thread Magnus Ihse Bursie
On 2025-03-22 01:55, Bingwu Zhang wrote: Recently when packaging OpenJDK 24-ga for AOSC OS, I hit an compilation error on loongson3 (which is a variant of mips64), saying that javac is running out of stack space: java.lang.StackOverflowError at jdk.compiler.interim/ [...] What should

javac stack overflow on loongson3 with zero variant

2025-03-21 Thread Bingwu Zhang
Hi! Recently when packaging OpenJDK 24-ga for AOSC OS, I hit an compilation error on loongson3 (which is a variant of mips64), saying that javac is running out of stack space: > java.lang.StackOverflowError > at jdk.compiler.interim/ com.sun.tools.javac.code.Type.constValue(Type.java:186)