RFR: JDK-8305688 jdk build --with-memory-size=1024 broken by JDK-8305100

Martin Buchholz martin at openjdk.org
Wed Apr 12 23:01:36 UTC 2023


On Thu, 6 Apr 2023 18:37:36 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

> JDK-8305100 [REDO] Clean up JavadocTokenizer included a change where comments were not copied but instead had their position tracked in the original source. This led to source buffers being held on to longer than desirable. This PR reverts the behaviour.

I tested this patch using the recipe in my bug report, and It Works For Me.

I'm not sufficiently qualified to review the code changes.

-------------

Marked as reviewed by martin (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13378#pullrequestreview-1382243898


More information about the compiler-dev mailing list