JDK-8215681 : Remove compiler support for Raw String Literals from JDK 12
  • Type: Task
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-12-19
  • Updated: 2019-01-15
  • Resolved: 2019-01-09
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 12 JDK 13
12 b27Fixed 13Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Description
With the withdrawal of JEP 326: Raw String Literals (Preview) from JDK 12, code introduced into javac to support the specification must be removed.