AArch64: remove overflow check from InterpreterMacroAssembler::increment_mdp_data_at

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: 19
    • Component/s: hotspot
    • aarch64

      Currently we check for 64-bit overflow when incrementing the MDO counters in the interpreter. Realistically this is never going to overflow so we can skip the check like C1 and the PPC port does. In any case when reading the counters we silently truncate from uintptr to uint so the existing code isn't working as intended (it should be a 32-bit saturating add).

            Assignee:
            Nick Gasson
            Reporter:
            Nick Gasson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: