-
Bug
-
Resolution: Fixed
-
P2
-
None
-
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.
- relates to
-
JDK-8011676 Instances of Tokens.Comment should not be defined in inner classes
-
- Closed
-
-
JDK-8005829 javac appears to have slowed down from jdk7 to jdk8 when the client VM is used
-
- Resolved
-
-
JDK-8011386 Slow down in compilation
-
- Closed
-