RFR: 8253224: Shenandoah: ShenandoahStrDedupQueue destructor calls virtual num_queues()
Aleksey Shipilev
shade at openjdk.java.net
Wed Sep 16 08:24:09 UTC 2020
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
-------------
Commit messages:
- 8253224: Shenandoah: ShenandoahStrDedupQueue destructor calls virtual num_queues()
Changes: https://git.openjdk.java.net/jdk/pull/202/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=202&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8253224
Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/202.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/202/head:pull/202
PR: https://git.openjdk.java.net/jdk/pull/202
More information about the shenandoah-dev
mailing list