JDK-8216199 : Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9,10,11,12,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-01-07
  • Updated: 2019-11-21
  • Resolved: 2019-01-08
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 11 JDK 13
11.0.5Fixed 13 b03Fixed
Description
Local variable: "ArgumentMap arg;" defined and initialized, but never used in the method, can/should be removed.


Comments
Fix Request (11u) This is the prerequisite for the clean backport of JDK-8218201. Patch applies cleanly to 11u, passes tier1 tests. Risk is low.
19-06-2019

[~thartmann], I will take care of it. Thanks.
07-01-2019

[~zgu], do you plan do take care of this issue? If not, please just re-assign to me. Thanks.
07-01-2019

The code that used 'arg' was removed by JDK-8076112.
07-01-2019