JDK-8007389 : Remove uses of _ as identifier in jaxp
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 8
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-02-01
  • Updated: 2013-02-15
  • Resolved: 2013-02-05
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 8
8 b77Fixed
Description
It is proposed to reserve single underscores "_" for future use in connection to Lambda.  A recent patch causes use of underscores to emit a warning.  Uses of _ as an identifier need to be removed from all JDK and other sources.
Comments
Confirmed warnings gone from build.
05-02-2013

A significant update to this code is in progress, and the original plan was to fix these warnings while there. It probably doesn't matter if they are fixed before then.
01-02-2013