Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6195099

(ref) test/java/lang/ref/SoftReference/Pin.java fails

XMLWordPrintable

    • b03
    • generic
    • generic



        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

              mr Mark Reinhold
              sseligmasunw Scott Seligman (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: