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

Jim Laskey jlaskey at openjdk.org
Thu Apr 6 18:44:08 UTC 2023


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.

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

Commit messages:
 - Copy comments out of source buffer.

Changes: https://git.openjdk.org/jdk/pull/13378/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13378&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8305688
  Stats: 27 lines in 2 files changed: 15 ins; 0 del; 12 mod
  Patch: https://git.openjdk.org/jdk/pull/13378.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13378/head:pull/13378

PR: https://git.openjdk.org/jdk/pull/13378


More information about the compiler-dev mailing list