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

compilation in infinite loop

XMLWordPrintable

    • 1.0alpha3
    • sparc
    • solaris_2.4
    • Not verified

      From: fy@pan (Frank Yellin)

      Compile a file containing the following code


      class test implements foobarAble {

          static int foo (int i) {
      System.out.println(i);
          }

          public static void main (String argv[]) {
      foo(10);
          }
      }


      interface foobarAble {
          abstract int foobar(int i);
      }


      Yes, ignore the error message. Then delete the definition of foobarAble,
      and recompile the file.

      I'm asking you to repeat this experiment for me, since my workspace is a
      bit screwed up at the moment. . . . And you could give a better
      description.

      -- Frank

            ahoffsunw Arthur Hoff (Inactive)
            ahoffsunw Arthur Hoff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: