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

Debugger does not deal well with multiple bytecode spans for one source line.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.1.2
    • 1.1
    • core-svc
    • None
    • b01
    • generic, sparc
    • generic, solaris_2.4
    • Not verified

      Sometimes the compiler must emit bytecodes whose source locations
      move backwards to previously-visited source locations.
      (E.g., for-loop steps and implicitly inserted returns on void methods.)
      Apparently, if the user puts a breakpoint on a source location which
      corresponds to more than one contiguous span of bytecodes,
      not all spans are given breakpoints, and the user's program
      continues unimpeded past the breakpoint.

            rfield Robert Field (Inactive)
            jrose John Rose
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: