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

Infinite loop when compiling annotations with -XDcompletionDeps

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • tools
    • b63
    • Verified

        The Dependencies component registers itself as completer when the completer would otherwise be null. This causes an infinite loop in Annotate when compiling annotations.

        Update: The reason for having a 'while' loop over the completer is to make sure the symbol is pulled through both Enter and MemberEnter. Having 'completer == null' as termination condition is however not compatible with Dependecies (which adds itself as completer when the completer would otherwise be null).

              alundblad Andreas Lundblad (Inactive)
              alundblad Andreas Lundblad (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: