Redundant check in ObjectStartArray::object_starts_in_range

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 17
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • gc
    • b15

      In `ObjectStartArray::object_starts_in_range`: `assert(start_addr <= end_addr)` is followed by `if (start_addr > end_addr)`, which should always be false.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: