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

Potential infinite loop in javadoc

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 8
    • 8
    • tools
    • b106
    • Not verified

    Description

      Sorry about the ugly table format, but look at this loop in ClassDocImpl...



       125

           static long getFlags(ClassSymbol clazz) {

       126

               while (true) {

       127

                   try {

       128 Block: 1/1

                       return clazz.flags();

       129 Block: 1/1

                   } catch (CompletionFailure ex) {

       130

                       // quietly ignore completion failures

       131

                   }

       132

               }

       133

           }

      Attachments

        Activity

          People

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: