RFR: 8253224: Shenandoah: ShenandoahStrDedupQueue destructor calls virtual num_queues()

Roman Kennke rkennke at openjdk.java.net
Wed Sep 16 09:29:40 UTC 2020


On Wed, 16 Sep 2020 08:16:50 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Static analysis complains that `ShenandoahStrDedupQueue` destructor calls virtual `num_queues()`. We can just do the
> `_nv` version to make this right.
> Testing: hotspot_gc_shenandoah

Ok, looks good! Thank you!

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

Marked as reviewed by rkennke (Reviewer).

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


More information about the shenandoah-dev mailing list