Increase the default thread stack size of zero

Bingwu Zhang xtex at envs.net
Sun Feb 15 00:09:14 UTC 2026


On Sunday, February 8, 2026 3:34:57 AM China Standard Time Andrew Haley wrote:
> That's what I would expect, Stack is allocated a page at a time, as
> needed. Stack allocation costs only address space, not physical memory.
> I wonder what javac is doing when the stack overflows. Did you get a
> stack trace? I wonder if, when compiling the Unicode tables, javac is
> using recursion when it could or should be iterating.
> 
> Andrew.

Hi. Sorry for my late reply. I spent a lot of time debugging on this slow 
architecture while being busy in real life. And, sorry again. It turned out
that I forgot to pull the latest codebase. After pulling from master the error 
disappeared somehow like a magic. I could find the logs when I was building 
JDK 24 but it is no longer maintained.

-- 
Bingwu Zhang @ Sat, 14 Feb 2026 14:33:33 +0000




More information about the hotspot-dev mailing list