提交 3f82613a 编写于 作者: J jjg

7178763: javadoc OutOfMemory error results in several jdk8 tl nightly failures

Reviewed-by: ksrini
上级 d2c06c07
...@@ -428,6 +428,7 @@ public class JavadocTokenizer extends JavaTokenizer { ...@@ -428,6 +428,7 @@ public class JavadocTokenizer extends JavaTokenizer {
} }
} finally { } finally {
scanned = true; scanned = true;
comment_reader = null;
if (docComment != null && if (docComment != null &&
docComment.matches("(?sm).*^\\s*@deprecated( |$).*")) { docComment.matches("(?sm).*^\\s*@deprecated( |$).*")) {
deprecatedFlag = true; deprecatedFlag = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册