> we are working on large scale server side application in java.
> this needs 1,000,000 objects live at any time because of somany reasons.
> we are using the JDK 1.2 on Red hat Linux 5.2.
> I wil appreciate any body can help me.
> Thanks in advance.
There currently is a bug in the JIT which causes it to throw a
StackOverflowError after allocating a certain number of objects
(from my experience it can handle about 500000 allocations). I've
reported this bug with ID 464 to the Jitterbug DB. Turn off the
JIT or try TYA. -Xoss and -Xss won't help. You will have to wait
for a JIT update tp fix this.
CU,
Stefan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]