RFR: 8293288: bootcycle build failure after JDK-8173605
    Jie Fu 
    jiefu at openjdk.org
       
    Fri Sep  2 22:52:48 UTC 2022
    
    
  
On Fri, 2 Sep 2022 01:26:01 GMT, Jie Fu <jiefu at 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
Already fixed in https://github.com/openjdk/jdk/pull/10148 , so close this one.
-------------
PR: https://git.openjdk.org/jdk/pull/10135
    
    
More information about the build-dev
mailing list