-
Bug
-
Resolution: Fixed
-
P4
-
5.0u2
-
b03
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2122460 | 6 | Mark Reinhold | P4 | Resolved | Fixed | b23 |
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
- backported by
-
JDK-2122460 (ref) test/java/lang/ref/SoftReference/Pin.java fails
- Resolved