This regression test fails repeatedly on TL nightly Solaris Sparc builds for 5.0u2: it times out. The problem is that it is allocating memory too slowly. I was able to get the test to pass by changing this line: int[] hungry = new int[65536]; to this: int[] hungry = new int[6553600]; ###@###.### 2004-11-13 04:24:01 GMT
|