JDK-8223141 : Change (count) suffix _ct into _cnt.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,13
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-04-30
  • Updated: 2022-01-04
  • Resolved: 2019-05-03
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.14Fixed 13 b20Fixed
Related Reports
Relates :  
Description
In a few places in "loopTransform.cpp", count is abbreviated 'ct' instead of 'cnt' (used in most places). Let us change this.
Comments
Fix request I'd like to backport this patch to jdk11u. We need this change because other bug fixes like JDK-8272720 can't be applied cleanly without this one. It can be applied cleanly. This is just a code cleanup which changes (count) suffix _ct into _cnt. So there is no risk. Thanks.
04-11-2021

URL: http://hg.openjdk.java.net/jdk/jdk/rev/45b84dd85b9e User: phedlin Date: 2019-05-03 09:00:17 +0000
03-05-2019