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

IR node @Reference is treated as @Ignore by the ASTWriter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8
    • None
    • core-libs
    • None

    Description


      Right now we print nothing if the ASTWriter encounters a node tagged as reference.

      @Reference tagged nodes shouldn't be skipped, they should be toString:ed in the ASTWriter but not recursively traversed, as this is what leads to the infinite loop.

      @Ignore should still be ignored.

      We should also remove the @Ignore annotation for @References that we do want printed.

      Attachments

        Activity

          People

            lagergren Marcus Lagergren
            lagergren Marcus Lagergren
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: