Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8263964

Redundant check in ObjectStartArray::object_starts_in_range

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: