RFR: 8277119: Add asserts in GenericTaskQueueSet methods

Hamlin Li mli at openjdk.java.net
Mon Nov 15 12:39:55 UTC 2021


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

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

Commit messages:
 - Initial commit

Changes: https://git.openjdk.java.net/jdk/pull/6388/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6388&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8277119
  Stats: 2 lines in 2 files changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6388.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6388/head:pull/6388

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



More information about the hotspot-gc-dev mailing list