JDK-8044853 : Attr synthesizes nullcheck tree nodes
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8,9,10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-06-04
  • Updated: 2017-12-01
  • Resolved: 2017-09-22
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 10
10 b25Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Sub Tasks
JDK-8192893 :  
Description
Attr.visitNewClass calls makeNullCheck which mutates the tree to insert null checks.

Mutating the tree is bad.