RFR: 8357979: Compile jdk.internal.vm.ci targeting the Boot JDK version [v2]
Magnus Ihse Bursie
ihse at openjdk.org
Mon Aug 11 13:44:33 UTC 2025
On Mon, 11 Aug 2025 13:07:59 GMT, Erik Joelsson <erikj at 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
More information about the build-dev
mailing list