Integrated: 8274054: Add custom enqueue calls during reference processing
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Sep 22 10:21:09 UTC 2021
On Tue, 21 Sep 2021 10:33:12 GMT, Thomas Schatzl <tschatzl 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
This pull request has now been integrated.
Changeset: 51085b52
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/51085b523eb7f37c3af5b566b55eca37c127bdcf
Stats: 84 lines in 9 files changed: 53 ins; 3 del; 28 mod
8274054: Add custom enqueue calls during reference processing
Reviewed-by: ayang, kbarrett, sjohanss
-------------
PR: https://git.openjdk.java.net/jdk/pull/5603
More information about the hotspot-gc-dev
mailing list