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

G1: Remove redundant checks in G1CardSet::free_mem_object

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 19
    • None
    • hotspot
    • gc
    • b11

    Description

      In `G1CardSet::free_mem_object`:

      ```
        assert(...);
        ...
        if (type == G1CardSet::CardSetArrayOfCards ||
            type == G1CardSet::CardSetBitMap ||
            type == G1CardSet::CardSetHowl)
        ...
      ```

      The same checks are asserted right above.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: