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

Bitmap - force inlining of find_next_one_bit()

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Other
    • P3
    • 12
    • hs14
    • hotspot
    • gc
    • generic
    • generic

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: