JDK-8276548 : Use range based visitor for Howl-Full cards
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-03
  • Updated: 2021-11-15
  • Resolved: 2021-11-08
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 18
18 b23Fixed
Related Reports
Blocks :  
Description
While looking at JDK-8276540 I noticed that for iterating over Howl-Full card set containers, we iterate the range card-by-card (`do_card`).

It's more efficient to use the range-based visitor method for that (`do_card_range`). Implement this.
Comments
Changeset: 7320b77b Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2021-11-08 15:00:31 +0000 URL: https://git.openjdk.java.net/jdk/commit/7320b77b3e451932ee8befa7af4b80593725761e
08-11-2021