Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082920 | emb-9 | Stefan Karlsson | P4 | Resolved | Fixed | team |
There are many asserts that check that active_workers() have been set up correctly. There are also a couple of places where we get the active_workers() value, pass it down to another function, and then check that that value is the same as the number of active_workers().
I'd like to clean that up by moving the asserts into active_workers() and also get rid of the unnecessary active_workers() asserts.
I'd like to clean that up by moving the asserts into active_workers() and also get rid of the unnecessary active_workers() asserts.
- backported by
-
JDK-8082920 Clean up active_workers() asserts
-
- Resolved
-