JDK-8178499 : Remove _ptr_ and _size_ infixes from align functions
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-04-11
  • Updated: 2023-12-07
  • Resolved: 2017-07-04
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 10
10 b21Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
Rename functions like:
align_ptr_up, align_size_up, align_ptr_down, align_size_down, is_ptr_aligned, and is_size_aligned

to:
align_up, align_down, is_aligned

Comments
URL: http://hg.openjdk.java.net/jdk10/jdk10/hotspot/rev/7235bc30c0d7 User: jwilhelm Date: 2017-08-18 18:01:35 +0000
18-08-2017

URL: http://hg.openjdk.java.net/jdk10/hs/hotspot/rev/7235bc30c0d7 User: stefank Date: 2017-07-04 15:32:58 +0000
04-07-2017

JDK-8178489 should be pushed before this enhancement.
11-04-2017