JDK-8277808 : Remove dead code (in) BlockEnd::set_begin
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2021-11-24
  • Updated: 2021-12-06
  • Resolved: 2021-12-06
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 18
18Resolved
Related Reports
Duplicate :  
Description
The copy made in set_begin is actually made to a shadow variable, not to the method-scoped sux variable as was perhaps intended. This means all the copying is made in vain. Perhaps the whole method needs to be reconsidered.
Comments
Already fixed by JDK-8277496
06-12-2021