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.
- relates to
-
JDK-6735527 Bitmap - speed up searches
- Resolved
-
JDK-8179181 Cleanup BitMap search API
- Resolved