JDK 14 RFR of 8225761: Update --release 13 symbol information after JDK 13 GA
Jan Lahoda
jan.lahoda at oracle.com
Tue Sep 10 12:36:25 UTC 2019
Hi Joe,
On 09. 09. 19 21:58, Joe Darcy wrote:
> Hello,
>
> Looking ahead to JDK 13 GA scheduled for next week, please review
>
> 8225761: Update --release 13 symbol information after JDK 13 GA
> http://cr.openjdk.java.net/~darcy/8225761.0/
>
> for JDK 14. This information was generated using JDK 13 b33. If there
> happens to be another JDK 13 build between now and GA, not expected,
> I'll regenerate the data.
>
> (I don't know why the list of modules in make/data/symbols/symbols
> differs between now and the previous time generation script was run.)
I see two new modules were added: java.security.jgss and jdk.jartool. It
seems there actually was an API added in java.security.jgss - field
KRB_NT_ENTERPRISE in javax/security/auth/kerberos/KerberosPrincipal:
http://hg.openjdk.java.net/jdk/jdk/rev/d65d3c37232c
So I suspect the java.security.jgss-D.sym.txt will need to be included
as well.
For jdk.jartool, I don't think there was an API change, but some
InnerClasses attribute was changed and the tool generated the
description of the new state. So it might be good to include the
jdk.jartool-D.sym.txt file as well.
Thanks,
Jan
>
> Thanks,
>
> -Joe
>
More information about the build-dev
mailing list