RFR: 8274054: Add custom enqueue calls during reference processing
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Sep 22 10:21:08 UTC 2021
On Tue, 21 Sep 2021 11:00:43 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Hi all,
>>
>> can I have reviews for this split-out of JDK-8271880/PR#5037 that only adds the interface and the default implementation to add custom "enqueue" calls to the VM?
>>
>> For G1, the default (wrong) queue call is still used, that will be added with the other modifications to g1 later.
>>
>> Testing: tier1-3
>>
>> Thanks,
>> Thomas
>
> Marked as reviewed by ayang (Reviewer).
Thanks @albertnetymk @kstefanj @kimbarrett for your reviews
-------------
PR: https://git.openjdk.java.net/jdk/pull/5603
More information about the hotspot-gc-dev
mailing list