JDK-8059710 : javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8,9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-10-03
  • Updated: 2015-06-04
  • Resolved: 2014-10-23
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 JDK 9
8u40Fixed 9 b37Fixed
Description
Code.closeAliveRanges has a similar defect to that of Code.adjustAliveRanges which was fixed in JDK-8058708. There are no bugs reported on this code but to be save we should apply the same approach.