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

Internal error issued: 'LD: null preHeader'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.0
    • vm-legacy



      Name: diC59631 Date: 01/19/99


      Message issued:
        Nonfatal internal JIT (3.00.078(x)) error
            'LD: null preHeader' ....

      TO duplicate:
         Compile and run this file:

      class b3 {
          public static void main(String[] args)
          {
      int i, j;

      i = 1;
      j = 1;
          outer:
      while (i++ < 3) {
      inner:
      while(j < 5) {
      j++;
      continue outer;
      }
      }

      // System.out.println(i);
      // System.out.println(j);
          }
      }
      (Review ID: 47622)
      ======================================================================

            Unassigned Unassigned
            dindrigo Daniel Indrigo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: