Re/Introduce private interface for HW-specific prefetch options in <ARCH> VM_Version.

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 10
    • Component/s: hotspot
    • None
    • 10
    • arm
    • generic

      The suggestion is to retain the idiom used in the SPARC implementation and re/introduce the interface (i.e. prefetch_copy_interval_in_bytes(), prefetch_scan_interval_in_bytes(), prefetch_fields_ahead(), allocate_prefetch_distance() and allocate_prefetch_style()) but make it private.

      The rationale behind is as follows:
      -- These prefetch settings (i.e. options and default values) are likely to change with different generations of the hardware, suggesting that we keep the hardware specific logic separated from the option handling (as much as possible), even when none or little logic is required.
      -- We retain the idiom previously used, i.e. configuring a default value (-1) to mean we should provide a suitable default value (possibly by probing the hardware), allow the option/policy to be turned off (0) or accepting a command-line supplied value (>0).

            Assignee:
            Unassigned
            Reporter:
            Patric Hedlin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: