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

Local variable index range is not fully checked in format checker

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 5.0
    • 5.0
    • hotspot
    • tiger
    • generic
    • generic

      This bug is found by Jeff Nisewanger during code review:

      The format checker complains when the local variable index > max_locals.
      It should be index >= max_locals. It needs to further verify if
      index+1 >= max_locals when local variable is long or double.

      ###@###.### 2003-07-23
      ###@###.### 2003-07-23

            wtaosunw Wei Tao (Inactive)
            wtaosunw Wei Tao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: