Inner class testcase causes javac to go into inifinite loop

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: 1.1, 1.1.3, 1.1.4
    • Component/s: tools
    • None
    • generic, sparc
    • generic, solaris_2.5.1, solaris_2.6

      Compiling this simple inner class testcase seems to cause javac to never
      come back:

      class X {
         class C1 {
              class C2 extends C1 {
              }
         }
      }

      the java VM process for javac appears to be in a tight CPU spin loop.

      This was found by compiling up one of the latest Modena 22 testcases ciner078.

      -kto

            Assignee:
            William Maddox (Inactive)
            Reporter:
            Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: