RFR: 8304717: Declaration aliasing between boolean and jboolean is wrong [v4]
David Holmes
dholmes at openjdk.org
Tue Apr 11 03:15:35 UTC 2023
On Sat, 8 Apr 2023 13:26:36 GMT, Julian Waters <jwaters at openjdk.org> wrote:
>> A couple of spots wrongly refer to boolean and jboolean as the same thing. While this does still compile thanks to a happy accident and implicit conversions, they are not the same at all, and should be fixed before a future compiler error happens if their declarations are touched
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>
> Legacy Boolean to jboolean conversion
Okay. Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13139#pullrequestreview-1378388160
More information about the core-libs-dev
mailing list