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

STD: Source mapping problem with source >8000 lines

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4
    • None
    • 1.1.6
    • tools
    • x86
    • windows_nt

    Description



      Name: mf23781 Date: 08/04/98


      Any class file with more than 8200 lines of source code will
      do as a test case.

      The problem can be reproduced by the following commands:

      jdb Big
      stop in Big.main
      run
      stop at Big:8301

      jdb says "No code at line 8301, or class is optimized." but
      there is code there. The limit seems to be 8200 (approx.)

      // ---- Big.java -----

      public class Big
      {
         public static void main (String args[])
         {
            int i = 0;

      // Repeat the following line enough times to exceed the 8200 limit

          i++;

      // End with:

         }
      }

      ======================================================================

      Attachments

        Issue Links

          Activity

            People

              ghirschsunw Gordon Hirsch (Inactive)
              miflemi Mick Fleming
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: