OpenJDK 11.0.7 Released

Aleksey Shipilev shade at redhat.com
Wed Apr 15 16:48:29 UTC 2020


Hi Martin,

On 4/15/20 5:49 PM, Martin Buchholz wrote:
> +/bin/zsh:175> /usr/local/google/home/martinrb/jdk/jdk-11.0.7+10/bin/javac
> -Xdoclint Foo.java
> Foo.java:10: error: array type not allowed here
>      * @serialField objects Object[] blah
>                             ^
> 1 error
> +/bin/zsh:175> v=14.0.1+7
> +/bin/zsh:175> /usr/local/google/home/martinrb/jdk/jdk-14.0.1+7/bin/javac
> -Xdoclint Foo.java

I suspect it is caused by:
  https://bugs.openjdk.java.net/browse/JDK-8200432

...and here is the fix:
  https://bugs.openjdk.java.net/browse/JDK-8214571

Your test passes with JDK-8214571 applied. Unfortunately, there was no issue link between the two,
even though JDK-8214571 was tagged "regression".

I'll work on backporting JDK-8214571.

-- 
Thanks,
-Aleksey



More information about the jdk-updates-dev mailing list