>>>>> "Steen" == Steen Jansdal <steen@jansdal.dk> writes: Steen> Newbie question: Steen> What is the stack size for each thread? Steen> Is it possible to change the stack size on Steen> a per-thread basis? libgcj doesn't decide these things. It simply makes a thread using the appropriate OS call, and the OS decides. Tom