JDK-8261936 : (Docs) Remove spec change documents for records & pattern matching
  • Type: Enhancement
  • Component: specification
  • Sub-Component: language
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-02-18
  • Updated: 2021-05-28
  • Resolved: 2021-02-18
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 17
17 b11Fixed
Related Reports
Relates :  
Relates :  
Description
Two language/VM features were made final in Java 16, and their specification changes were applied to JLS & JVMS. Their spec change documents should no longer be present in JDK 17.

- Records (JEP 395), including records-jls, records-jvms, records-serialization, class-terminology-jls, and local-statics-jls
- Pattern Matching for instanceof (JEP 394), including patterns-instanceof-jls