Relates :
|
|
Relates :
|
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.
|