RFR: 8304717: Declaration aliasing between boolean and jboolean is wrong [v3]

Julian Waters jwaters at openjdk.org
Fri Mar 31 05:57:01 UTC 2023


> 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:

  Explicit conversion to jboolean

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13139/files
  - new: https://git.openjdk.org/jdk/pull/13139/files/3f9da8b6..362cf3ed

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13139&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13139&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/13139.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13139/head:pull/13139

PR: https://git.openjdk.org/jdk/pull/13139



More information about the client-libs-dev mailing list