JDK-8315848 : G1: Rename rs_ prefix to card_rs in analytics
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-07
  • Updated: 2023-10-05
  • Resolved: 2023-09-27
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 22
22 b18Fixed
Related Reports
Blocks :  
Description
JDK-8030815 adds prediction of the code root remembered set, using a "code_root_rs" prefix.

The existing "rs" prefix for identifiers is now a bit confusing (could denote total remset size), and should be changed to more specifically indicate the card based remembered set.
Comments
Changeset: b8cec480 Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2023-09-27 17:05:58 +0000 URL: https://git.openjdk.org/jdk/commit/b8cec480f89203c21009e90d5bbbbfcc026ef58c
27-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15812 Date: 2023-09-19 08:27:56 +0000
19-09-2023