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

javac hangs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.1.2
    • tools
    • None
    • x86
    • windows_95



      Name: tb29552 Date: 06/17/97


      public class jbug {


      public void m1(final int i) {

      Runnable r = new Runnable() {


      public void run() {

      try { m2(i); }

      catch (Exception e) {}

      }
      };

      }



      private void m2(int i) {

      }

      }


      company - micromuse , email - ###@###.###
      ======================================================================

            wmaddoxsunw William Maddox (Inactive)
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: