On Mon, 11 Aug 2025 13:07:59 GMT, Erik Joelsson <er...@openjdk.org> wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Shorten line lengths > > make/common/JavaCompilation.gmk line 42: > >> 40: # Create classes that can run on the bootjdk >> 41: # -Xlint:-options is added to avoid "warning: [options] system modules >> path not set in conjunction with -source" >> 42: TARGET_RELEASE_BOOTJDK := -source $(OLDEST_BOOT_JDK_VERSION) -target >> $(OLDEST_BOOT_JDK_VERSION) -Xlint:-options > > Line length? It was copied from old code, I did not even think of that. I also fixed some other too long lines in the vicinity. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26069#discussion_r2266809988