Re: RFR: 8321519: Typo in exception message

2023-12-07 Thread Daniel Jeliński
On Thu, 7 Dec 2023 09:47:16 GMT, Daniel Jeliński wrote: > This PR fixes a typo in exception message printed when `jdk.readPollers` or > `jdk.writePollers` is not a power of two. > > While at it, I searched the code for other instances of `vale`, and corrected > them as well. Thanks for the re

Re: RFR: 8321519: Typo in exception message

2023-12-07 Thread Jaikiran Pai
On Thu, 7 Dec 2023 09:47:16 GMT, Daniel Jeliński wrote: > This PR fixes a typo in exception message printed when `jdk.readPollers` or > `jdk.writePollers` is not a power of two. > > While at it, I searched the code for other instances of `vale`, and corrected > them as well. Marked as reviewe

RFR: 8321519: Typo in exception message

2023-12-07 Thread Daniel Jeliński
This PR fixes a typo in exception message printed when `jdk.readPollers` or `jdk.writePollers` is not a power of two. While at it, I searched the code for other instances of `vale`, and corrected them as well. - Commit messages: - Fix vale->value Changes: https://git.openjdk.org/