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

Inner class testcase causes javac to go into inifinite loop

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.1, 1.1.3, 1.1.4
    • 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: