RFR: 8310031: Parallel: Implement better work distribution for large object arrays in old gen [v3]

Richard Reingruber rrich at openjdk.org
Wed Aug 16 08:31:10 UTC 2023


On Tue, 15 Aug 2023 17:51:25 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Limit effect of previous commit to large array handling
>
> src/hotspot/share/oops/objArrayKlass.inline.hpp line 121:
> 
>> 119: }
>> 120: 
>> 121: template <typename OopClosureType>
> 
> It looks to me like this implementation is misplaced, I believe it should reside in objArrayOop.inline.hpp.

Indeed, nice catch! I'll fix it asap when back.
And thanks for looking at the change!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14846#discussion_r1295557447


More information about the hotspot-gc-dev mailing list