RFR: 8310031: Parallel: Implement better work distribution for large object arrays in old gen [v3]
Richard Reingruber
rrich at openjdk.org
Tue Sep 12 16:08:30 UTC 2023
On Wed, 16 Aug 2023 08:28:01 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>> 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!
Fixed. Thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14846#discussion_r1323263929
More information about the hotspot-gc-dev
mailing list