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

CachedRowSet.getBigDecimal(int, int) calls itself, will recurse and run out of m

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • 5.0
    • 5.0
    • core-libs
    • rc
    • generic
    • generic

    Description

      Here's the code for CachedRowSet.getBigDecimal(int columnIndex, int scale):

          public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
              return getBigDecimal(columnIndex, scale);
          }

      This will just recurse until the VM runs out of memory.
      ###@###.### 2004-05-10

      Attachments

        Activity

          People

            ahandasunw Amit Handa (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: