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

Bad resource management in java/math/BigInteger/BigIntegerTest.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7
    • 7
    • core-libs
    • b79
    • generic
    • generic

      The test java/math/BigInteger/BigIntegerTest.java does not have proper

      // allocate resource
      try {
        // use resources
      } finally {
        // close resource
      }

      structure for some if its io usage. This may be causing spurious test failures in some operating modes.

            darcy Joe Darcy
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: