RFR: 8274286: Skip null for make_referent_alive in referenceProcessor [v2]

Thomas Schatzl tschatzl at openjdk.java.net
Mon Oct 4 10:57:20 UTC 2021


On Wed, 29 Sep 2021 12:39:42 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Simple change of avoiding a virtual call for null referent. With this change, two methods of processing the discovered list, `process_discovered_list_work` and `preclean_discovered_reflist`, share the same structure.
>> 
>> Test: hotspot_gc
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review

Refactoring looks good.

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

Marked as reviewed by tschatzl (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5682



More information about the hotspot-gc-dev mailing list