Re: RFR: 8242209: Increase web native thread stack size for x86 mode

2020-04-10 Thread Guru Hb
On Mon, 6 Apr 2020 11:57:54 GMT, Arun Joseph wrote: > CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time > CLoop::execute() is called. For web native > threads which has a default stack size of 320 KB, a Stack Overflow Error is > raised just after two calls to execute(

Re: RFR: 8242209: Increase web native thread stack size for x86 mode

2020-04-07 Thread Kevin Rushforth
On Mon, 6 Apr 2020 11:57:54 GMT, Arun Joseph wrote: > CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time > CLoop::execute() is called. For web native > threads which has a default stack size of 320 KB, a Stack Overflow Error is > raised just after two calls to execute(

Re: RFR: 8242209: Increase web native thread stack size for x86 mode

2020-04-07 Thread Kevin Rushforth
On Mon, 6 Apr 2020 11:57:54 GMT, Arun Joseph wrote: > CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time > CLoop::execute() is called. For web native > threads which has a default stack size of 320 KB, a Stack Overflow Error is > raised just after two calls to execute(

RFR: 8242209: Increase web native thread stack size for x86 mode

2020-04-06 Thread Arun Joseph
CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time CLoop::execute() is called. For web native threads which has a default stack size of 320 KB, a Stack Overflow Error is raised just after two calls to execute() function. While 64-bit windows has a default stack size of 1