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

Jim Laskey jlaskey at openjdk.org
Sat Apr 8 14:30:41 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.

Full build, no OOM with `--with-jobs=1 --with-memory-size=1024`.  open tier1,tier2,tier3 100% pass.

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

PR Comment: https://git.openjdk.org/jdk/pull/13378#issuecomment-1500902742


More information about the compiler-dev mailing list