RFR: 8337511: Implement JEP-404: Generational Shenandoah (Experimental) [v3]
William Kemper
wkemper at openjdk.org
Thu Oct 17 21:41:45 UTC 2024
On Fri, 11 Oct 2024 21:21:57 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> src/hotspot/share/gc/shenandoah/shenandoahHeap.inline.hpp line 396:
>>
>>> 394: }
>>> 395:
>>> 396: inline bool ShenandoahHeap::is_old(oop obj) const {
>>
>> What is the difference between this method and the above is_in_old()? Why does it need to check that active generation is young?
>
> This is just a bad, confusing method name. I'll fix this.
https://bugs.openjdk.org/browse/JDK-8342560
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21273#discussion_r1805475522
More information about the serviceability-dev
mailing list