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

Bitmap - force inlining of find_next_one_bit()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Other
    • Icon: P3 P3
    • 12
    • hs14
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: