RFR: 8277119: Add asserts in GenericTaskQueueSet methods

Thomas Schatzl tschatzl at openjdk.java.net
Mon Nov 15 18:14:43 UTC 2021


On Mon, 15 Nov 2021 12:31:48 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Some methods in GenericTaskQueueSet lack of assert, which is not friendly to debug/troubleshooting.
> This is to add necessary asserts.

These look good to me.

May I ask if there is anything in particular you're looking into in this area? I have also been doing some investigation there and particularly wrt to the stealing and task termination found a few significant things to improve.

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

Marked as reviewed by tschatzl (Reviewer).

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



More information about the hotspot-gc-dev mailing list