<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi all,<br>
<br>
Please review this small patch to
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
unify how the number of active workers are passed around in
ParNewGeneration::collect.<br>
<br>
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~stefank/8081007/webrev.00/">http://cr.openjdk.java.net/~stefank/8081007/webrev.00/</a><br>
<a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8081007">https://bugs.openjdk.java.net/browse/JDK-8081007</a><br>
<br>
- Removed the unnecessary n_workers variable.<br>
- Replaced workers()->active_workers() with active_workers.<br>
- Removed workers NULL check assert, since the exact same assert is
performed earlier in the function.<br>
<br>
Thanks,<br>
StefanK<br>
</body>
</html>