RFR: 8269821: Remove is-queue-active check in inner loop of write_ref_array_pre_work

Albert Mingkun Yang ayang at openjdk.java.net
Fri Jul 2 21:27:54 UTC 2021


On Fri, 2 Jul 2021 14:58:24 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this small micro-optimization that removes unnecessary work in the innermost loop of  write_ref_array_pre_work()?
> 
> In particular it removes the superfluous check whether marking is active (already done at the top of the loop) and hoists out several other code that the compiler for some reason does not automatically hoist.
> 
> Testing: tier1
> 
> Thanks,
>   Thomas

Marked as reviewed by ayang (Committer).

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

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



More information about the hotspot-gc-dev mailing list