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

Julian Waters jwaters at openjdk.org
Thu Mar 23 22:23:00 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:

  MacOSXPreferencesFile.m

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

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

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

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 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