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

Julian Waters jwaters at openjdk.org
Sat Apr 8 13:26:36 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:

  Legacy Boolean to jboolean conversion

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

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

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

  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 core-libs-dev mailing list