JDK-8256692 : Zero: remove obsolete block from ZeroInterpreter::native_entry
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11,15,16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-19
  • Updated: 2024-12-20
  • Resolved: 2020-11-19
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 16
16 b26Fixed
Related Reports
Relates :  
Relates :  
Description
There is a block that is protected by #if 0. Seems to be protected by it after JDK-8239782, and it is completely unnecessary after JDK-8255617.
Comments
Changeset: c1407733 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2020-11-19 21:57:53 +0000 URL: https://github.com/openjdk/jdk/commit/c1407733
19-11-2020