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

G1: Stricter assertion in G1BlockOffsetTablePart::forward_to_block_containing_addr

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 19
    • 19
    • hotspot
    • gc
    • b15

      In `G1BlockOffsetTablePart::forward_to_block_containing_addr`:

      ```
      assert(q <= n, "wrong order for q and addr");
      ```

      The assert should have been `q <= addr`.

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

              Created:
              Updated:
              Resolved: