Re: Many small objects -> crash

2000-02-03 Thread Ekkehard Kraemer
Hallo Joseph, JS>Try using a differnt jit like tya. This may avert the problem (I tried it and it goes away if sunwjit is switched off), but it would be better to fix the bug, as long as tya is not the default JIT. But I guess that Blackdown isn't allowed to change sunwjit, even to remove bugs.

Re: Many small objects -> crash

2000-02-03 Thread Joseph Shraibman
Try using a differnt jit like tya. Ekkehard Kraemer wrote: > Hello, > > the problem which was discussed a while ago on this list is still persistent > with RC4: any program that creates lots (say, 30) of small objects (like > java.math.BigInteger) will eventually segfault. > > Just to make s

Many small objects -> crash

2000-02-03 Thread Ekkehard Kraemer
Hello, the problem which was discussed a while ago on this list is still persistent with RC4: any program that creates lots (say, 30) of small objects (like java.math.BigInteger) will eventually segfault. Just to make sure it doesn't drop off any TODO lists. ;-) Perhaps somebody could verify