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

EndPosTables should avoid hidden references to Parser

XMLWordPrintable

    • b86
    • Not verified

      SimpleEndPosTable requires access to the parser (current token, or scanner for previous token) while it is being created. Once created, the reference to the parser can (and should) be dropped so that the parser can be gc-ed, along with the scanner and source code buffer.

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

              Created:
              Updated:
              Resolved: