Integrated: 8304717: Declaration aliasing between boolean and jboolean is wrong
Julian Waters
jwaters at openjdk.org
Tue Apr 11 06:55:46 UTC 2023
On Wed, 22 Mar 2023 14:02:53 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
This pull request has now been integrated.
Changeset: cd7d53c8
Author: Julian Waters <jwaters at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cd7d53c88c27eedbe16020b88c2219708d170a1e
Stats: 7 lines in 3 files changed: 0 ins; 0 del; 7 mod
8304717: Declaration aliasing between boolean and jboolean is wrong
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/13139
More information about the core-libs-dev
mailing list