JDK-8244763 : Update --release 8 symbol information after JSR 337 MR3
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 11.0.7,11.0.7-oracle,14.0.1,15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-11
  • Updated: 2024-10-17
  • Resolved: 2020-07-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 15 JDK 16
11.0.9-oracleFixed 15 b31Fixed 16Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
The symbol table in javac in JDK 11+ needs to be updated with the new APIs introduced in JSR 337 MR3 (8u251/8u252).  

Both ALPN + RSASSA-PSS.

IIUC, these files are incremental which is fine for ALPN as the changes were introduced in JDK 9 (next release), but the PSS changes were added in 11, so they won't exist in JDK 9/10.

Comments
Fix request (open 11u) -- will label after testing completed. I would like to downport this for parity with 11.0.9-oracle. Using the webrev proposed&reviewed above it applies clean.
19-07-2020

Fix Request This fix updates ct.sym data for --release 8, so that it includes the new API. Changes to the tool that generates the data are also included. I did a build of JDK 11 with and without the patch, and check which files inside the ct.sym from the two builds changed, and the updates seemed reasonable. Relevant (langtools) patch were passing to me. The master/original patch does not apply cleanly, review of the updated patch: https://mail.openjdk.java.net/pipermail/compiler-dev/2020-July/014712.html
08-07-2020

URL: https://hg.openjdk.java.net/jdk/jdk15/rev/d0b86d63c00f User: jlahoda Date: 2020-07-02 11:40:21 +0000
02-07-2020

For a concise list of the changes in the TLS ALPN API and the RSASSA-PSS API, see: https://jcp.org/aboutJava/communityprocess/mrel/jsr337/index3.html -> "Java SE 8 Addendum 3" -> jsr337-mr3-changes.html -> Sections 2 and 3
13-05-2020