RFR: 6942632: Hotspot should be able to use more than 64 logical processors on Windows [v2]

Saint Wesonga duke at openjdk.org
Wed Feb 28 06:34:54 UTC 2024


On Thu, 15 Feb 2024 10:53:04 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> Hi,
> 
> Please avoid implicit casts from int to bool. I noted two examples, but there are more in the code. I have a preference for avoiding unnecessary indentation, and I noted one place where this can be done, but consider that a nit and not required :-).
> 
> Other than that, the code seems correct and the idea itself sound.

I have removed the implicit casts in the new code I introduced. Please let me know if I missed any - I did not remove implicit casts from any of the previously existing code.

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

PR Comment: https://git.openjdk.org/jdk/pull/17576#issuecomment-1968321381


More information about the hotspot-runtime-dev mailing list