Bitmap - force inlining of find_next_one_bit()

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Other
    • Priority: P3
    • 12
    • Affects Version/s: hs14
    • Component/s: hotspot
    • gc
    • generic
    • generic

      A user reported that full gc times with parallel compaction improved significantly (up to 20%) when compiler directives were used to force the method BitMap::find_next_one_bit() to be inlined. The method is already declared inline, but at least one compiler (gcc) does not inline it because it is too big and/or it contains a loop.

            Assignee:
            Kim Barrett
            Reporter:
            John Coomes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: