On Fri, 2 Sep 2022 16:35:08 GMT, Joe Darcy <da...@openjdk.org> wrote:
>> Hi all, >> >> bootcycle fails to build after JDK-8173605 due to the following two warnings >> >> warning: [options] source value 8 is obsolete and will be removed in a >> future release >> warning: [options] target value 8 is obsolete and will be removed in a >> future release >> >> >> To suppress warnings about obsolete options, `-Xlint:-options` is added. >> >> Thanks. >> Best regards, >> Jie > > Marked as reviewed by darcy (Reviewer). Thanks @jddarcy . ------------- PR: https://git.openjdk.org/jdk/pull/10135