JDK-8235748 : ZGC: Remove ZAddress::address()
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-12-11
  • Updated: 2021-05-05
  • Resolved: 2019-12-12
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 14 JDK 15
14 b27Fixed 15Fixed
Related Reports
Relates :  
Description
I propose that we remove ZAddress::address(). It was useful for the now defunct Sparc port, but none of the currently supported architectures need it. Should we ever need it in the future, we can easily add it again.

Removing ZAddress::address() implies also removing ZAddressBase and the initialization functions ZPlatformAddressBase().
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/1edf6b0baec1 User: pliden Date: 2019-12-12 09:39:37 +0000
12-12-2019